Changes between Version 9 and Version 10 of HowToRunUnderTomcat
- Timestamp:
- 05/11/09 21:20:25 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToRunUnderTomcat
v9 v10 45 45 documented at [http://www.nabble.com/Tomcat-5.5-hangs-when-hosting-GN-2.2.0--SEC%3DUNCLASSIFIED--td17660763.html]. 46 46 You need to make either of the modifications suggested there before you build. 47 48 = Running the Z39.50 server = 49 50 You'll encounter problems if you enable the Z39.50 server, 51 because Tomcat is missing a JAR file that is included 52 with the Jetty installation bundled with GeoNetwork. 53 54 In short, you'll need this additional step: 55 1. From your GeoNetwork build, locate the file 56 `jetty/ext/xercesImpl.jar`, and copy it into 57 your Tomcat's `webapps/geonetwork/WEB-INF/lib`.