Changes between Version 9 and Version 10 of HowToRunUnderTomcat


Ignore:
Timestamp:
May 11, 2009, 9:20:25 PM (15 years ago)
Author:
rjwalker
Comment:

Making the Z39.50 server work

Legend:

Unmodified
Added
Removed
Modified
  • HowToRunUnderTomcat

    v9 v10  
    4545documented at [http://www.nabble.com/Tomcat-5.5-hangs-when-hosting-GN-2.2.0--SEC%3DUNCLASSIFIED--td17660763.html].
    4646You need to make either of the modifications suggested there before you build.
     47
     48= Running the Z39.50 server =
     49
     50You'll encounter problems if you enable the Z39.50 server,
     51because Tomcat is missing a JAR file that is included
     52with the Jetty installation bundled with GeoNetwork.
     53
     54In 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`.