Changes between Version 10 and Version 11 of HowToRunUnderTomcat


Ignore:
Timestamp:
May 12, 2009, 2:32:35 AM (15 years ago)
Author:
ticheler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToRunUnderTomcat

    v10 v11  
    1 = Running GeoNetwork under Tomcat =
     1= Running !GeoNetwork under Tomcat =
    22
    3 GeoNetwork can be run under Tomcat.
     3!GeoNetwork can be run under Tomcat.
    44
    5 There are three web applications (webapps) in GeoNetwork; you will find
     5There are three web applications (webapps) in !GeoNetwork; you will find
    66them in the `web` directory of the installation: `geonetwork`, `intermap`, and `geoserver`.
    7 For GeoNetwork to function correctly in Tomcat (or in any servlet
     7For !GeoNetwork to function correctly in Tomcat (or in any servlet
    88container, for that matter), you must publish at least `geonetwork` and `intermap`;
    99the following instructions publish all three webapps.
    1010
    1111 1. Install Tomcat.
    12  1. Prepare GeoNetwork.  You can either:
     12 1. Prepare !GeoNetwork.  You can either:
    1313   a. Use the installer.
    1414   a. Download and build from source.  See HowToWorkWithSubversion
     
    1717      to use GAST to initialize the database.
    1818 1. Copy or link to the webapps.  Either:
    19    a. From your GeoNetwork build (or installation), copy all of the
     19   a. From your !GeoNetwork build (or installation), copy all of the
    2020      subdirectories of the `web` directory to the `webapps` directory
    2121      of Tomcat. (So you will have `webapps/geonetwork`, `webapps/intermap`,
     
    4242 1. Start Tomcat.
    4343
    44 '''''Unfortunately''''' . . . at present stopping Tomcat does not shut down GeoNetwork cleanly.  This is
     44'''''Unfortunately''''' . . . at present stopping Tomcat does not shut down !GeoNetwork cleanly.  This is
    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.
     
    5050You'll encounter problems if you enable the Z39.50 server,
    5151because Tomcat is missing a JAR file that is included
    52 with the Jetty installation bundled with GeoNetwork.
     52with the Jetty installation bundled with !GeoNetwork.
    5353
    5454In short, you'll need this additional step:
    55  1. From your GeoNetwork build, locate the file
     55 1. From your !GeoNetwork build, locate the file
    5656    `jetty/ext/xercesImpl.jar`, and copy it into
    5757    your Tomcat's `webapps/geonetwork/WEB-INF/lib`.