dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #30006
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15218: Minor
------------------------------------------------------------
revno: 15218
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2014-05-11 13:31:33 +0200
message:
Minor
modified:
resources/util/tomcat
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'resources/util/tomcat'
--- resources/util/tomcat 2013-04-19 12:35:23 +0000
+++ resources/util/tomcat 2014-05-11 11:31:33 +0000
@@ -25,6 +25,10 @@
echo Tomcat updated with latest WAR from src code
tail -f ${TOMCAT_LOCAL}/logs/catalina.out
;;
+clear)
+ sudo rm -rf ${TOMCAT_LOCAL}/webapps/dhis
+ sudo rm ${TOMCAT_LOCAL}/webapps/dhis.war
+ ;;
update)
sudo rm -rf ${TOMCAT_LOCAL}/webapps/dhis
sudo rm ${TOMCAT_LOCAL}/webapps/dhis.war