1
|
#
|
2
|
# Properties file defining options for the MetaCatServlet.java servlet
|
3
|
# Matt Jones, Dan Higgins, Jivka Bojilova
|
4
|
# '$Id: metacat.properties 1488 2003-03-19 19:06:14Z 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
|
packagedoctypeset=BIN,-//ecoinformatics.org//eml-access-2.0.0beta6//EN,-//ecoinformatics.org//eml-access-2.0.0beta4//EN,-//ecoinformatics.org//eml-attribute-2.0.0beta6//EN,-//ecoinformatics.org//eml-attribute-2.0.0beta4//EN,-//ecoinformatics.org//eml-constraint-2.0.0beta6//EN,-//ecoinformatics.org//eml-constraint-2.0.0beta4//EN,-//ecoinformatics.org//eml-coverage-2.0.0beta6//EN,-//ecoinformatics.org//eml-coverage-2.0.0beta4//EN,-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN,-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN,-//ecoinformatics.org//eml-entity-2.0.0beta6//EN,-//ecoinformatics.org//eml-entity-2.0.0beta4//EN,-//ecoinformatics.org//eml-literature-2.0.0beta6//EN,-//ecoinformatics.org//eml-literature-2.0.0beta4//EN,-//ecoinformatics.org//eml-physical-2.0.0beta6//EN,-//ecoinformatics.org//eml-physical-2.0.0beta4//EN,-//ecoinformatics.org//eml-project-2.0.0beta6//EN,-//ecoinformatics.org//eml-project-2.0.0beta4//EN,-//ecoinformatics.org//eml-protocol-2.0.0beta6//EN,-//ecoinformatics.org//eml-protocol-2.0.0beta4//EN,-//ecoinformatics.org//eml-software-2.0.0beta6//EN,-//ecoinformatics.org//eml-software-2.0.0beta4//EN
|
31
|
server=@server@
|
32
|
junittesturl=@systemidserver@@servlet-path@
|
33
|
authclass=edu.ucsb.nceas.metacat.AuthLdap
|
34
|
ldapurl=ldap://ldap.ecoinformatics.org:389/
|
35
|
ldapsurl=ldap://ldap.ecoinformatics.org:389/
|
36
|
ldapbase=dc=ecoinformatics,dc=org
|
37
|
referral=follow
|
38
|
#ldapurl=ldap://ldap.nceas.ucsb.edu:389/
|
39
|
#ldapsurl=ldap://ldap.nceas.ucsb.edu:389/
|
40
|
#ldapbase=o=NCEAS,c=US
|
41
|
deltaT=60
|
42
|
replicationpath=@replication-path@
|
43
|
replicationlog=@replication-log@
|
44
|
dtdPath=@install-dir@/dtd/
|
45
|
schemaPath=@install-dir@/schema/
|
46
|
dtdURL=@systemidserver@@html-path@/dtd/
|
47
|
schemaURL=@systemidserver@@html-path@/schema/
|
48
|
datafilepath=@datafilepath@
|
49
|
inlinedatafilepath=@inlinedatafilepath@
|
50
|
certPath=@install-dir@/
|
51
|
context=@context@
|
52
|
debuglevel=@debuglevel@
|
53
|
datafileflag=datafile
|
54
|
defaultcontenttype=@defaultcontenttype@
|