Download Latest Version geonetwork.war (295.9 MB)
Email in envelope

Get an email when there's a new version of GeoNetwork opensource - Metadata Catalog

Name Modified Size InfoDownloads / Week
Parent folder
Readme_version_1_2_0.txt 2004-03-18 1.2 kB
GeoNetwork-full-1.2.0-install.jar 2004-03-17 14.9 MB
Totals: 2 Items   14.9 MB 0
Readme file - IMPORTANT

Installation of the GeoNetwork OpenSource Spatial Data Catalogue system

The following software has to be installed before installing GeoNetwork OpenSource

1- JDK 1.4.2 Standard Edition 
  This application can be downloaded from http://java.sun.com

  Install the Java JDK 1.4.2_03 SDK in the default directory
    - Accept the default options
    
2- Tomcat 4.1.29 
  This application can be downloaded from http://jakarta.apache.org/tomcat

  Install the Tomcat 4.1.29 webserver (including examples and the NT service for convenience)
    - configure the port to 80 when requested
    - test tomcat by typing http://localhost as URL in your webbrowser. You should see 
    - test the example applications (especially the servlets)
    - shutdown the Tomcat

Now you can install GeoNetwork OpenSource

__________________________________

After installing GeoNetwork OpenSource you have to configure Tomcat to find the GeoNetwork application

  - add the following context to the tomcat configuration file: %TOMCAT_HOME%/conf/server.xml

  <Context>
      path="/geonetwork" 
      docBase="$INSTALL_PATH/web" 
      crossContext="false" 
      debug="0" 
      reloadable="false"
  </Context>

  - start Tomcat
Source: Readme_version_1_2_0.txt, updated 2004-03-18