i am using PrettyFaces as url rewrite library as follows:
@URLMappings(mappings = { @URLMapping(id = "page1", pattern = "/page1", viewId = "/faces/pages/page1.xhtml"), ...