Is there a way to tell Tomcat (Tomcat 4.1.18, RedHat Linux 7.0) not to load a context when it starts up?
I would like to start only some of the applications that I have under my webapps directory, and to start the others manually with the manager application only if I really need them. Unfortunately I can not configure two different servers to manage separately those applications. All the webapps have an entry as a context in my server.xml file. I could not find anything in the documentation. Thanks, Marco.
