Versions Compared

Key

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

...

Configuring Application Modules

The J2EE deployment descriptor (META-INF/application.xml) lists the modules in the application and gives some basic options for each, including:

  • A context root for web application modules
  • The ability to store the J2EE deployment descriptors for each module in the EAR (instead of packaged within each module)

The Geronimo deployment plan provides two different options for overriding the usual packaging of the module-level Geronimo deployment plans within the modules:

  • The deployment plan for a module can be stored in the EAR
  • The deployment plan for a module can be embedded in the deployment plan for the application

Work out Geronimo Deployment plan

...