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 1228 2002-06-17 21:37: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=on
18
cycleTimeOfDBConnection=30000
19
config-dir=@config-dir@
20
default-style=@default-style@
21
xmlcatalogfile=/opt/tomcat/webapps/xmltodb/catalog.txt
22
sitecode=nceas
23
accNumSeparator=.
24
saxparser=org.apache.xerces.parsers.SAXParser
25
servletpath=@servlet-path@
26
htmlpath=@html-path@
27
packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
28
accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
29
server=@server@
30
junittesturl=@systemidserver@@servlet-path@
31
authclass=edu.ucsb.nceas.metacat.AuthLdap
32
ldapurl=ldap://ldap.ecoinformatics.org:389/
33
ldapsurl=ldap://ldap.ecoinformatics.org:389/
34
ldapbase=dc=ecoinformatics,dc=org
35
referral=follow
36
#ldapurl=ldap://ldap.nceas.ucsb.edu:389/
37
#ldapsurl=ldap://ldap.nceas.ucsb.edu:389/
38
#ldapbase=o=NCEAS,c=US
39
deltaT=60
40
replicationpath=@replication-path@
41
replicationlog=@replication-log@
42
replication=@replication@
43
replicationsenddata=@replicationsenddata@
44
replicationacceptdata=@replicationacceptdata@
45
dtdPath=@config-dir@/dtd/
46
dtdURL=@server@@html-path@/dtd/
47
datafilepath=@datafilepath@
48
certPath=@install-dir@/
49
context=@context@
50
hub=super1
51
debuglevel=@debuglevel@
52
datafileflag=datafile
(12-12/22)