source: trunk/gsdl3/resources/java/global.properties.in@ 10284

Last change on this file since 10284 was 10284, checked in by kjdon, 19 years ago

a new template for global properties. this properties file gets filled in properly during installation and copied to web/WEB-INF/classes. it contains gsdl3.home and server info and proxy info. Its used by static class GlobalProperties.java

  • Property svn:keywords set to Author Date Id Revision
File size: 614 bytes
Line 
1## greenstone home
2gsdl3.home=@gsdl3home@
3
4# tomcat info
5tomcat.server=@tomcatserver@
6tomcat.port=@tomcatport@
7tomcat.context=gsdl3
8
9## Proxy setup - set these if you are behind a firewall and you want services that access the internet
10# The proxy server name
11proxy.host=
12# The proxy server port
13proxy.port=
14# A user name to use when talking to the proxy server
15proxy.user=
16# A password to use when talking to the proxy server
17proxy.password=
18
19## mysql server
20[email protected]@
21[email protected]@
22[email protected]@
23[email protected]@
24
Note: See TracBrowser for help on using the repository browser.