RE: disabling webapps in Tomcat 5.5

2008-05-28 Thread pedro76
Thanks. It got me one step further. Now I need to check out if I can specify that not all of the apps are held back during startup. I might also start the one app I need manuelly. So, again thanks :-) R Florian Kirchhoff wrote: > > To disable autodeploy, you may want to take a look at: > > ht

RE: disabling webapps in Tomcat 5.5

2008-05-28 Thread Kirchhoff, Florian
To the best of my knowledge I don't think you can pick and choose. But you can stop tomcat from autodeploying apps (see below) and deploy the applications you want using the Manager or the client deployer (http://tomcat.apache.org/tomcat-5.5-doc/deployer-howto.html). To disable autodeploy, you may