Changes between Version 12 and Version 13 of HowToRunUnderTomcat


Ignore:
Timestamp:
Sep 8, 2009, 7:44:54 PM (15 years ago)
Author:
stegherr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToRunUnderTomcat

    v12 v13  
    4141 1. Make sure Tomcat is the owner of the following directories:
    4242   a. `/...path_to_GeoNetwork_installation_goes_here.../web`
    43    a. `/...path_to_GeoNetwork_installation_goes_here.../data/tmp`
     43   a. `/...path_to_GeoNetwork_installation_goes_here.../data` (If this step or the next one is missing, metadata upload and !GeoServer won't work. As a consequence also the little map in the search box won't be displayed.)
     44 1. Change the path of the !GeoServer data directory:
     45   a. In `/...path_to_GeoNetwork_installation_goes_here.../web/geoserver/WEB-INF/web.xml` set the value of the parameter 'GEOSERVER_DATA_DIR' to '/...path_to_GeoNetwork_installation_goes_here.../data/geoserver_data'.
    4446 1. Turn off Tomcat security:
    4547   a. In `/etc/init.d/tomcatXXX` (XXX = Tomcat version) set 'TOMCAT6_SECURITY' parameter to 'no'.