Changes between Version 100 and Version 101 of GIS/InstallationGuidelines/Linux
- Timestamp:
- 01/21/11 02:17:15 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIS/InstallationGuidelines/Linux
v100 v101 135 135 /etc/init.d/tomcat5.5 restart 136 136 }}} 137 138 * Ubuntu 10.x: 139 {{{ 140 sudo apt-get install unzip lynx tomcat6 tomcat6-admin libapache2-mod-jk 141 vim /etc/libapache2-mod-jk/workers.properties 142 workers.java_home=/usr/lib/jvm/java-6-sun 143 144 /etc/init.d/tomcat5.5 restart 145 #should see stopping [OK] and starting [OK] 146 }} 147 137 148 Enable access to !GeoServer on Port 80: 138 149 {{{