Changes between Version 100 and Version 101 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
01/21/11 02:17:15 (14 years ago)
Author:
Nico Presto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v100 v101  
    135135/etc/init.d/tomcat5.5 restart
    136136}}}
     137
     138 * Ubuntu 10.x:
     139{{{
     140sudo apt-get install unzip lynx tomcat6 tomcat6-admin libapache2-mod-jk
     141vim /etc/libapache2-mod-jk/workers.properties
     142workers.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
    137148Enable access to !GeoServer on Port 80:
    138149{{{