Pax Web Extender - War - Supported Elements
The following is a list showing what elements are supported in both standard http service and Pax Web. If the list bellow does not contain the descriptior element you are looking for it means that is not (yet) supported.
context name : name of the context (known as context path)
Standard Http Service : servlets/resources will be deployed into the root path ("")
context params : <context-param> element in web.xml
Standard Http Service
session timeout : <session-config> / <session-timeout> element in web.xml
Pax Web (starting with version 0.4.0)
Standard Http Service
servlets : <servlet> element in web.xml
Standard Http Service
servlets init params : <servlet><init-param> element in web.xml
Standard Http Service
servlets mapping : <servlet-mapping> elements in web.xml
Standard Http Service : only exact match, no wild card ("*") support
filters : <filter> elements in web.xml
Standard Http Service
filters init params : <filter><init-param> element in web.xml
Standard Http Service
filters mapping : <filter-mapping> elements in web.xml; both <url-pattern> and <servlet-name>
Standard Http Service
listeners : <listener> element in web.xml
Standard Http Service
error pages : <error-page> element in web.xml
Standard Http Service
welcome files : <welcome-file-list> element in web.xml
Standard Http Service
mime mappings : <mime-mapping> elements in web.xml
Standard Http Service