Version 1 (modified by 17 years ago) ( diff ) | ,
---|
Running GeoNetwork under Tomcat
GeoNetwork can be run under Tomcat.
- Install Tomcat.
- Build GeoNetwork. (See HowToCompile for instructions.)
- From your GeoNetwork build, copy the subdirectories of the
web
directory to thewebapps
directory of Tomcat. (So you will havewebapps/geonetwork
, etc., in your Tomcat installation.) - Edit Tomcat's
server.xml
to set parameters as you wish. - Start Tomcat.
Unfortunately . . . at present stopping Tomcat does not shut down GeoNetwork cleanly. This is documented at http://www.nabble.com/Tomcat-5.5-hangs-when-hosting-GN-2.2.0--SEC%3DUNCLASSIFIED--td17660763.html. You need to make either of the modifications suggested there before you build.
Note:
See TracWiki
for help on using the wiki.