/
Step 3 - Undeploy current openmrs.war file
Step 3 - Undeploy current openmrs.war file
This page is outdated and no longer receives updates!
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