B
bruce_phipps
Tomcat 5.5.
I copy my WAR file myApp.war to $CATALINA_HOME/webapps
Browse to the servlet and test it.
Tomcat "explodes" the jar to create a myApp/ directory. But this
directory is not cleaned up when I stop Tomcat.
In the develop-deploy WAR-test cycle I need to keep deleting the
"exploded" directory.
Is there a way to avoid this?
Thanks
Bruce
I copy my WAR file myApp.war to $CATALINA_HOME/webapps
Browse to the servlet and test it.
Tomcat "explodes" the jar to create a myApp/ directory. But this
directory is not cleaned up when I stop Tomcat.
In the develop-deploy WAR-test cycle I need to keep deleting the
"exploded" directory.
Is there a way to avoid this?
Thanks
Bruce