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
- Download the latest openmrs.war file from downloads
- I like to use wget. eg:
wget -O openmrs.war http://sourceforge.net/projects/openmrs/files/releases/OpenMRS_1.9.3/openmrs.war/download
- I like to use wget. eg: