Changes between Version 106 and Version 107 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 01/26/11 00:31:49 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v106 v107 146 146 /etc/init.d/tomcat6 restart 147 147 #should see stopping [OK] and starting [OK] 148 149 #change some permissions 150 cd /var/lib/tomcat6/ 151 sudo chown -R tomcat6:tomcat6 logs work 152 sudo chown tomcat6:tomcat6 /usr/share/tomcat6 153 154 #check/change service port - default 8080 155 /etc/tomcat6/server.xml 148 156 }}} 149 157