Versions Compared

Key

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

...

  • Java EE 5 : full Java EE 5 functionality - Certified version.
  • Minimal (Little-G) : Web Container, Transaction, and Connector capabilities
  • Framework : Geronimo kernel core functionality

...

Code Block
xml
xml
borderStylesolid
titleGeronimo deployment plan geronimo-web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1">
    <environment>
        <moduleId>
            <groupId>sample.applications<<groupId>org.apache.geronimo.samples</groupId>
            <artifactId>HelloWorldApp</artifactId>
            <version>2.1</version>
            <type>war</type>
        </moduleId>             
    </environment>
    <context-root>/hello</context-root>
</web-app>

...