Created
August 15, 2012 19:03
-
-
Save joshuatobin/3362629 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 /etc/init.d/tomcat7 stop | |
42 cd /var/lib/tomcat7/ | |
43 ls | |
44 cd webapps/ | |
45 ls | |
46 rm -rf ROOT | |
47 /etc/init.d/tomcat7 start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment