Versions Compared

Key

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

...

  1. Embedded in a WAR file. In this case, a geronimo-web.xml file must be placed in the /WEB-INF directory of the WAR, which is the same place where the web.xml file must be located.
  2. Maintained separately from the WAR file. In this case, the path to the file must be provided to the appropriate Geronimo deployer (e.g., command-line or console). Note that in this case, the filename can be named something other than geronimo-web.xml but must adhere to the same schema.
  3. Embedded in an enterprise application EAR file. : In this one case, the high-level element <web-app> can be embedded in the EAR file's geronimo-application.xml file.
  4. Embedded in an enterprise application EAR file: In another case, or the actual geronimo-web.xml file must can be placed in the /META-INF directory of the EAR, which is the same location as the application.xml file.

...