Changeset 16498
- Timestamp:
- 2008-07-21 15:55:39 (6 months ago)
- Files:
-
- greenstone3/trunk/build.properties (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
greenstone3/trunk/build.properties
r16496 r16498 18 18 ## Tomcat installation 19 19 #Set this to the internet/intranet name of the machine that Tomcat is/will be run on. localhost is fine for accessing the server from the local machine, but not remotely 20 tomcat.server= wharariki20 tomcat.server=localhost 21 21 # The port number that tomcat is/will be run on 22 tomcat.port= 910022 tomcat.port=8080 23 23 # Tomcat's shutdown port - this may need to be changed if you are running two or more Tomcats 24 tomcat.shutdown.port= 910524 tomcat.shutdown.port=8005 25 25 # If tomcat is already running, enter the path to the base directory here 26 26 tomcat.installed.path=
