Does anyone know of a method to delete all webapps deployed from .war files when deleting Tomcat (others, then Shift + Delete ...)? The reason I'm asking for is described below.
I use InstallShield 2009 to host a copy of the JRE and Tomcat 6.x, where starting / stopping Tomcat uses org.apache.catalina.startup.Bootstrap and is registered as a Windows service with a user name. When the "program" is deleted, some directories should be left behind, for example, log files.
There is also behavior in place where Installshield does not delete directories or files that it did not install. For example, InstallShield has a link to <filename>.war , but not extended content in <filename>/<files> and <filename>/<directories> when Tomcat is installed and the WAR file is extracted.
source share