Changes between Initial Version and Version 1 of HowToRunUnderTomcat


Ignore:
Timestamp:
Jun 9, 2008, 5:44:26 PM (16 years ago)
Author:
rjwalker
Comment:

Initial version

Legend:

Unmodified
Added
Removed
Modified
  • HowToRunUnderTomcat

    v1 v1  
     1= Running GeoNetwork under Tomcat =
     2
     3GeoNetwork can be run under Tomcat.
     4
     5 1. Install Tomcat.
     6 2. Build GeoNetwork.  (See HowToCompile for instructions.)
     7 3. From your GeoNetwork build, copy the subdirectories of the `web` directory to the `webapps` directory of Tomcat. (So you will have `webapps/geonetwork`, etc., in your Tomcat installation.)
     8 4. Edit Tomcat's `server.xml` to set parameters as you wish.
     9 5. Start Tomcat.
     10
     11'''''Unfortunately''''' . . . at present stopping Tomcat does not shut down GeoNetwork cleanly.  This is
     12documented at [http://www.nabble.com/Tomcat-5.5-hangs-when-hosting-GN-2.2.0--SEC%3DUNCLASSIFIED--td17660763.html].
     13You need to make either of the modifications suggested there before you build.