| |
Requirements
- Java Development Package 1.4
- A servlet container (tested on Tomcat version>=4 and Oracle Servlet
Engine)
- Apache Ant version 1.3 or greater (to build the project)
Instructions
- Download the source-code tar-ball: latest
- Unpack it to your computer and cd into the directory.
- Rename or copy the file build.properties.example to build.properties.
- Open the file build.properties and fill in the following:
- The username and password to your Tomcat server for [USERNAME]
and [USERPASS]
- Your installation directory for Tomcat
- In the files conf/gaz99.properties and conf/gazbucket.properties,
fill in valid url's to your report and search database.
- Start your Tomcat server
- In the root directory of the gazetteer do: ant
install
If you are using tomcat and Ant, make sure that the 'lib' directory
of your Ant installation contains the file "catalina-ant.jar".
If it does not, Ant might not work properly. To fix this, copy the file
"server/lib/catalina-ant.jar" from your Tomcat installation into the "lib"
directory of your Ant installation.
|
|
|