Project

General

Profile

1
#
2
# Properties file defining options for the MetaCatServlet.java servlet
3
# Matt Jones, Dan Higgins, Jivka Bojilova
4
# '$Id: metacat.properties 1292 2002-07-14 19:33:25Z tao $'
5
#
6
user=@user@
7
password=@password@
8
defaultDB=@jdbc-connect@
9
dbDriver=@dbDriver@
10
dbAdapter=@dbAdapter@
11
initialConnections=5
12
incrementConnections=5
13
maximumConnections=25
14
maximumConnectionAge=120000
15
maximumConnectionTime=60000
16
maximumUsageNumber=100
17
runDBConnectionRecycleThread=off
18
cycleTimeOfDBConnection=30000
19
forcereplicationwaitingtime=@forcereplicationwaitingtime@
20
config-dir=@config-dir@
21
default-style=@default-style@
22
xmlcatalogfile=/opt/tomcat/webapps/xmltodb/catalog.txt
23
sitecode=nceas
24
accNumSeparator=.
25
saxparser=org.apache.xerces.parsers.SAXParser
26
servletpath=@servlet-path@
27
htmlpath=@html-path@
28
packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
29
accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
30
server=@server@
31
junittesturl=@systemidserver@@servlet-path@
32
authclass=edu.ucsb.nceas.metacat.AuthLdap
33
ldapurl=ldap://ldap.ecoinformatics.org:389/
34
ldapsurl=ldap://ldap.ecoinformatics.org:389/
35
ldapbase=dc=ecoinformatics,dc=org
36
referral=follow
37
#ldapurl=ldap://ldap.nceas.ucsb.edu:389/
38
#ldapsurl=ldap://ldap.nceas.ucsb.edu:389/
39
#ldapbase=o=NCEAS,c=US
40
deltaT=60
41
replicationpath=@replication-path@
42
replicationlog=@replication-log@
43
dtdPath=@config-dir@/dtd/
44
dtdURL=@server@@html-path@/dtd/
45
datafilepath=@datafilepath@
46
certPath=@install-dir@/
47
context=@context@
48
debuglevel=@debuglevel@
49
datafileflag=datafile
(14-14/24)