Changes between Version 106 and Version 107 of GIS/InstallationGuidelines/Linux


Ignore:
Timestamp:
01/26/11 00:31:49 (14 years ago)
Author:
Nico Presto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIS/InstallationGuidelines/Linux

    v106 v107  
    146146/etc/init.d/tomcat6 restart
    147147#should see stopping [OK] and starting [OK]
     148
     149#change some permissions
     150cd /var/lib/tomcat6/
     151sudo chown -R tomcat6:tomcat6 logs work
     152sudo chown tomcat6:tomcat6 /usr/share/tomcat6
     153
     154#check/change service port - default 8080
     155/etc/tomcat6/server.xml
    148156}}}
    149157