Won't this cause a problem for users, having to modify all existing plans to accomodate this change?

Aaron Mulder wrote:
On Sun, 3 Jul 2005, Jeremy Boynes wrote:

Do existing plans still work?


No


If not, how about providing an upgrade mechanism?


Jetty: remove the /jetty from the default web-app namespace

Tomcat: remove the /tomcat from the default web-app namespace
 - If any of the following elements were used:
     tomcat-realm
     tomcat-valve-chain
     virtual-host
   Then convert them to container config params:
     <container-config container="Tomcat">
         <config-param name="TomcatRealm">TomcatRealm</config-param>
         <config-param name="TomcatValveChain">FirstValve</config-param>
         <config-param name="VirtualHost">www.foo.com</config-param>
     </container-config>

To update the TCK, I used a script that just ran sed to strip off the /jetty and it worked fine.

Aaron

Reply via email to