we are running a cluster of 3 nodes. we are on linux . we run tomcat 5.5.15
and do not use the server.conf clustering . we cluster tomcat with an
external load balancer.
we have tried using a context file like the example below in order to serve
webapps from the shared drive and have experienced th
expected behavior using default http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html is that when you
authenticate to manager application and Post a url asking to undeploy a
/Context that the root directory of that context will be deleted and all the
files will be deleted.
what we have o