0

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?

mgamer
  • 13,580
  • 25
  • 87
  • 145
  • 1
    I guess it cannot. Otherwise libraries as facelets or richafaces, who need configuration lines in web.xml would include this configuration in its own web.xml file, wouldn't them? It's just a guess, that's why I don't write it as an answer. – pakore Jun 21 '10 at 10:31

1 Answers1

4

Not until Servlet 3.0.

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

Bozho
  • 588,226
  • 146
  • 1,060
  • 1,140