Search code examples
javajsfweb.xmlfaces-config

Jsf library with web.xml


Jsf library (that is included in WEB-INF/lib) might contain its own faces-config.xml file.

Is it possible for such a library to include also its own web.xml file?


Solution

  • Not until Servlet 3.0.

    There you'll have "web fragments" (see under "Pluggability and Extensibility" from the above article)