source: gsdl/trunk/lib/java/build.properties@ 18695

Last change on this file since 18695 was 18683, checked in by ak19, 15 years ago

Temporarily committing as is, the entire contents of lib/java (including gsdl3.jar and server.jar compiled from GS3 code) so that the GS2 server script can run properly. Needs some more thought: properties files, locations of properties.in files, build.properties' servlet property may be unique to GS3, best way to checkout and update (using SVN) the gsdl3.jar and server.jar files.

File size: 660 bytes
Line 
1## Apache webserver installation
2#Set this to the internet/intranet name of the machine that the Apache webserver is/will be run on. When using Tomcat, localhost is fine for accessing the server from the local machine, but not remotely. For an Apache webserver setting this to localhost will not prevent its remote access.
3apache.server=localhost
4
5# The port number that the Apache webserver is/will be run on
6apache.port=8080
7
8
9## Greenstone 2 server program options
10# does running the server automatically start up Tomcat and a browser
11server.auto.start=false
12
13
14# default servlet to start with
15server.default.servlet=/library
16
17##Browser setup
18browser.path=
19
Note: See TracBrowser for help on using the repository browser.