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 1616 2003-04-25 22:03:09Z 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
eml2namespace=@eml2namespace@
29
packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
30
accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
31
physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
32
entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
33
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
34
server=@server@
35
httpserver=@systemidserver@
36
junittesturl=@systemidserver@@servlet-path@
37
authclass=edu.ucsb.nceas.metacat.AuthLdap
38
ldapurl=ldap://ldap.ecoinformatics.org:389/
39
ldapsurl=ldap://ldap.ecoinformatics.org:389/
40
ldapbase=dc=ecoinformatics,dc=org
41
referral=follow
42
#ldapurl=ldap://ldap.nceas.ucsb.edu:389/
43
#ldapsurl=ldap://ldap.nceas.ucsb.edu:389/
44
#ldapbase=o=NCEAS,c=US
45
deltaT=60
46
replicationpath=@replication-path@
47
replicationlog=@replication-log@
48
replicationerrorlog=@replicationerrorlog@
49
dtdPath=@install-dir@/dtd/
50
schemaPath=@install-dir@/schema/
51
dtdURL=@systemidserver@@html-path@/dtd/
52
schemaURL=@systemidserver@@html-path@/schema/
53
datafilepath=@datafilepath@
54
inlinedatafilepath=@inlinedatafilepath@
55
certPath=@install-dir@/
56
context=@context@
57
debuglevel=@debuglevel@
58
datafileflag=datafile
59
datafilesizelimit=1000
60
defaultcontenttype=@defaultcontenttype@
(18-18/31)