Changes between Version 11 and Version 12 of HowToRunUnderTomcat
- Timestamp:
- 07/13/09 22:35:50 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToRunUnderTomcat
v11 v12 39 39 }}} 40 40 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'. 41 46 1. Edit Tomcat's `server.xml` to set parameters as you wish. 42 47 1. Start Tomcat.