Changes between Version 11 and Version 12 of HowToRunUnderTomcat


Ignore:
Timestamp:
Jul 13, 2009, 10:35:50 PM (15 years ago)
Author:
stegherr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToRunUnderTomcat

    v11 v12  
    3939      }}}
    4040      Same story with `geoserver.xml`.
     41 1. Make sure Tomcat is the owner of the following directories:
     42   a. `/...path_to_GeoNetwork_installation_goes_here.../web`
     43   a. `/...path_to_GeoNetwork_installation_goes_here.../data/tmp`
     44 1. Turn off Tomcat security:
     45   a. In `/etc/init.d/tomcatXXX` (XXX = Tomcat version) set 'TOMCAT6_SECURITY' parameter to 'no'.
    4146 1. Edit Tomcat's `server.xml` to set parameters as you wish.
    4247 1. Start Tomcat.