I’d like to have all the facelets and managed bean into one external jar, but if I put de index.xhtml there I don’t konw how to reference it.
If the jar structure is:
IndexManagedBean.class
META-INF/
resources/
pages/
index.xhtml
What is its URL?
Assuming that the JAR is placed in webapp’s
/WEB-INF/libfolder and that you’re using JSF 2.x and that webapp’s context path is/contextpath, and theFacesServletis mapped on an URL pattern of*.xhtmlthen you can reference it by the following URL:See also