Changes between Version 13 and Version 14 of HowToRunUnderTomcat
- Timestamp:
- 09/08/09 19:49:23 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToRunUnderTomcat
v13 v14 45 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'. 46 46 1. Turn off Tomcat security: 47 a. In `/etc/init.d/tomcatXXX` (XXX = Tomcat version) set 'TOMCAT6_SECURITY'parameter to 'no'.47 a. In `/etc/init.d/tomcatXXX` set 'TOMCATXXX_SECURITY' (XXX = Tomcat version) parameter to 'no'. 48 48 1. Edit Tomcat's `server.xml` to set parameters as you wish. 49 49 1. Start Tomcat.