Changes between Version 12 and Version 13 of HowToRunUnderTomcat
- Timestamp:
- 09/08/09 19:44:54 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToRunUnderTomcat
v12 v13 41 41 1. Make sure Tomcat is the owner of the following directories: 42 42 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'. 44 46 1. Turn off Tomcat security: 45 47 a. In `/etc/init.d/tomcatXXX` (XXX = Tomcat version) set 'TOMCAT6_SECURITY' parameter to 'no'.