Versions Compared

Key

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

...

Code Block
xml
xml
borderStylesolid
titlegeronimo-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>org.apache.geronimo.samples</groupId>
            <artifactId>dbtester-war</artifactId>
            <version>2.1-SNAPSHOT<1</version>
            <type>war</type>
        </moduleId>
    </environment>
                
    <context-root>/dbtester</context-root>

</web-app>

...