Created
March 6, 2013 14:48
-
-
Save cktricky/5099781 to your computer and use it in GitHub Desktop.
This file contains 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
cd /usr/share/tomcat7 | |
sudo ln –s /var/lib/tomcat7/conf conf | |
sudo ln –s /etc/tomcat7/policy.d/03catalina.policy conf/catalina.policy | |
sudo ln –s /var/log/tomcat7 log | |
sudo chmod –R 777 /usr/share/tomcat7/conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment