Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The geronimo-web.xml deployment plan is defined by the geronimo-web-2.0.1.xsd schema located in the <geronimo_home>/schema/ subdirectory of the main Geronimo installation directory. The geronimo-web-2.0.1.xsd schema is briefly described documented here:

http://geronimo.apache.org/schemas-2.1/docs/geronimo-web-2.0.1.xsd.html

...

The <context-root> uses the Geronimo default namespace for a geronimo-web.xml file that is described at http://geronimo.apache.org/xml/ns/j2ee/schemas-2.1/docs/geronimo-web-2.0.1.xsd.htmlImage Modified. This element can be used to provide the web context path of the deployed web application, which appears in the URL used to address the application on a Geronimo server.

...

The <work-dir> uses the Geronimo default namespace for a geronimo-web.xml file that is described at http://geronimo.apache.org/xml/ns/j2ee/schemas-2.1/docs/geronimo-web-2.0.1.xsd.htmlImage Modified. This element can be used to provide the work directory that will be used by this web application. For Jetty this will be relative to jetty home which is var/jetty by default, and for Tomcat this will be relative to catalina.home.

...

The <container-config> uses the Geronimo default namespace for a geronimo-web.xml file that is described at http://geronimo.apache.org/xml/ns/j2ee/schemas-2.1/docs/geronimo-web-2.0.1.xsd.htmlImage Modified. This element is used for the configuration of elements specific to the underlying Geronimo web container (i.e., Jetty or Tomcat). An example geronimo-web.xml file is shown below using the <container-config> elements for the Tomcat web container:

...

The <security-realm-name> uses the Geronimo default namespace for a geronimo-web.xml file that is described at http://geronimo.apache.org/xml/ns/j2ee/schemas-2.1/docs/geronimo-web-2.0.1.xsd.htmlImage Modified. It is used to specify the name of the security realm that will be used for user authentication.

...