#### properties file for Greenstone3 building using ANT. See the README for more #### information ## java compilation properties - for javac #Should compilation include the debug option? compile.debug=true #Should compilation include the deprecation option? compile.deprecation=true #Should compilation include the optimize option? compile.optimize=true ## windows c++ compilation compile.windows.c++.setup=C:/Program Files/Microsoft Visual Studio/VC98/Bin/VCVARS32.BAT ## Tomcat installation #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 tomcat.server=localhost # The port number that tomcat is/will be run on tomcat.port=8080 # Tomcat's shutdown port - this may need to be changed if you are running two or more Tomcats tomcat.shutdown.port=8005 # If tomcat is already running, enter the path to the base directory here tomcat.installed.path= #uncomment the following if you have moved the greenstone3 web directory to tomcats webapps dir #web.home=${tomcat.installed.path}/webapps/greenstone3 ## Collection building options # uncomment if you don't want to have collection building enabled #disable.collection.building=true ## Greenstone 3 server program options # does running the server automatically start up Tomcat and a browser server.auto.start=false # default servlet to start with server.default.servlet=/library ##Browser setup browser.path= ## Proxy setup - Greenstone installation will attempt to download extra packages. Set the proxy information here if you are behind a firewall. # The proxy server name proxy.host= # The proxy server port proxy.port= # A user name to use when talking to the proxy server (optional, will prompt if not entered here) proxy.user= # A password to use when talking to the proxy server (optional, will prompt if not entered here) proxy.password= ## Mac OS X specific stuff # set the path to your GDBM here gdbm.installed.path=