Skip to content

Instantly share code, notes, and snippets.

@joshuatobin
Created August 15, 2012 19:03
Show Gist options
  • Save joshuatobin/3362629 to your computer and use it in GitHub Desktop.
Save joshuatobin/3362629 to your computer and use it in GitHub Desktop.
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