The easy way to undeploy the current openmrs.war file is to to use the Tomcat Manager
. This program will allow you to easily deploy or undeploy .war files within Tomcat.
To manually undeploy the current openmrs.war file:
- Go to tomcathome directory webapps folder
- eg: cd ./var/lib/tomcat6/webapps/
- Delete the current openmrs.war
- eg: rm openmrs.war