Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Home          Previous Page           Next Page

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:

  1. Go to tomcathome directory webapps folder
    1. eg: cd  ./var/lib/tomcat6/webapps/
  2. Delete the current openmrs.war 
    1. eg: rm openmrs.war
  • No labels