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?
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?
Not until Servlet 3.0.
There you'll have "web fragments" (see under "Pluggability and Extensibility" from the above article)