source: main/trunk/greenstone3/resources/web/global.properties.in@ 29903

Last change on this file since 29903 was 29903, checked in by ak19, 9 years ago

Changing over from embedded derby db to networked derby server. Not yet tested on windows.

  • Property svn:keywords set to Author Date Id Revision
File size: 1.3 KB
Line 
1## Do not edit. This file is automatically generated from
2## <gsdlhome>/resources/java/global.properties.in
3
4## greenstone home
5#If you want to specify the gsdl3.home manually then uncomment this line
6#in resources/java/global.properties.in, not global.properties since
7#the latter is repeatedly re-generated from global.properties.in
8#gsdl3.home=@gsdl3home@
9#gsdl3.writablehome=@gsdl3writablehome@
10gsdl3.version=@gsdl3version@
11
12[email protected]@
13
14# for collection building
15perl.path=@perlpath@
16
17# tomcat info
18[email protected]@
19[email protected]@
20tomcat.context=greenstone3
21[email protected]@
22
23## Proxy setup - set these if you are behind a firewall and you want services that access the internet
24# The proxy server name
25proxy.host=
26# The proxy server port
27proxy.port=
28# A user name to use when talking to the proxy server
29proxy.user=
30# A password to use when talking to the proxy server
31proxy.password=
32
33#outgoing mail setup
34#mail.smtp.host=smtp.myisp.com
35#mail.smtp.username=ispusername
36#mail.smtp.password=isppassword
37#[email protected]
38
39# flax auxiliary external server url for collocation retrieval
40flax.aux.server=flax.nzdl.org/greenstone3/flax
41wikipedia.server=http://wdm.cs.waikato.ac.nz:8080/services/
42wikipedia.url=http://en.wikipedia.org/wiki/
Note: See TracBrowser for help on using the repository browser.