Versions Compared

Key

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

This page outlines the game plan for integrating tomcat v6 into Geronimo2.0

(tick) Stage 1 - update specs (tick)

Tomcat v6 has the following spec dependencies

(tick) Get all these specs published to a maven repo (tick)

Stage 2 - update modules and configs

  • modules/geronimo-tomcat
    • add repository http://people.apache.org/~pmcmahan/maven2/ to pom
      • this will be removed when tomcat publishes v6 artifacts
    • update pom to use tomcat 6.0.2 beta jars
    • remove outdated clustering (o.a.g.tomcat.cluster)
    • update resources in src/main/resources/META-INF/geronimo-tomcat/var/catalina
    • update dependencies in src/main/resources/META-INF/geronimo-dependency.xml
    • update test cases

...