Changes between Version 177 and Version 178 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
07/15/13 12:38:51 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v177 v178  
    194194TOMCAT7_SECURITY=no
    195195
     196/etc/init.d/tomcat7 restart
     197}}}
     198
     199 * Ubuntu 10.x:
     200{{{
     201sudo apt-get install unzip lynx tomcat6 tomcat6-admin libapache2-mod-jk
     202vim /etc/libapache2-mod-jk/workers.properties
     203workers.java_home=/usr/lib/jvm/java-6-sun
     204
     205/etc/init.d/tomcat6 restart
     206# should see stopping [OK] and starting [OK]
     207
     208# change some permissions
     209cd /var/lib/tomcat6/
     210sudo chown -R tomcat6:tomcat6 logs work
     211sudo chown tomcat6:tomcat6 /usr/share/tomcat6
     212
     213# check/change service port - default 8080
     214/etc/tomcat6/server.xml
     215}}}
     216
     217Enable access to !GeoServer on Port 80 (assuming not using Cherokee):
     218{{{
     219# if using multiple Tomcats behind a single apache load-balancer
     220apt-get install apache2-mpm-worker
     221a2enmod proxy_ajp
     222a2dissite default
     223
    196224vim /etc/tomcat7/server.xml
    197225# Uncomment these lines (& add the extra options)
     
    201229
    202230/etc/init.d/tomcat7 restart
    203 }}}
    204 
    205  * Ubuntu 10.x:
    206 {{{
    207 sudo apt-get install unzip lynx tomcat6 tomcat6-admin libapache2-mod-jk
    208 vim /etc/libapache2-mod-jk/workers.properties
    209 workers.java_home=/usr/lib/jvm/java-6-sun
    210 
    211 /etc/init.d/tomcat6 restart
    212 # should see stopping [OK] and starting [OK]
    213 
    214 # change some permissions
    215 cd /var/lib/tomcat6/
    216 sudo chown -R tomcat6:tomcat6 logs work
    217 sudo chown tomcat6:tomcat6 /usr/share/tomcat6
    218 
    219 # check/change service port - default 8080
    220 /etc/tomcat6/server.xml
    221 }}}
    222 
    223 Enable access to !GeoServer on Port 80 (assuming not using Cherokee):
    224 {{{
    225 # if using multiple Tomcats behind a single apache load-balancer
    226 apt-get install apache2-mpm-worker
    227 a2enmod proxy_ajp
    228 a2dissite default
    229231
    230232vim /etc/apache2/ports.conf