Supported Web 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)
    • (tick) Pax Web
    • (error) Standard Http Service : servlets/resources will be deployed into the root path ("")
  • context params : <context-param> element in web.xml
  • session timeout : <session-config> / <session-timeout> element in web.xml
    • (tick) Pax Web (starting with version 0.4.0)
    • (error) Standard Http Service
  • servlets : <servlet> element in web.xml
  • servlets init params : <servlet><init-param> element in web.xml
  • servlets mapping : <servlet-mapping> elements in web.xml
    • (tick) Pax Web
    • (tick) Standard Http Service : only exact match, no wild card ("*") support
  • filters : <filter> elements in web.xml
  • filters init params : <filter><init-param> element in web.xml
  • filters mapping : <filter-mapping> elements in web.xml; both <url-pattern> and <servlet-name>
  • listeners : <listener> element in web.xml
  • error pages : <error-page> element in web.xml
  • welcome files : <welcome-file-list> element in web.xml
  • mime mappings : <mime-mapping> elements in web.xml

Content