Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: xmlns="http://geronimo.apache.org/xml/ns/web-1.1" should be xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.1"

...

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-1.1"
   xmlns:naming="http://geronimo.apache.org/xml/ns/naming">

   <context-root>/hello</context-root>

</web-app>

...