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 1951 2003-12-05 21:21:06Z jones $'
5
#
6
configured=false
7
user=@user@
8
password=@password@
9
defaultDB=@jdbc-connect@
10
dbDriver=@dbDriver@
11
dbAdapter=@dbAdapter@
12
initialConnections=5
13
incrementConnections=5
14
maximumConnections=25
15
maximumConnectionAge=120000
16
maximumConnectionTime=60000
17
maximumUsageNumber=100
18
runDBConnectionRecycleThread=off
19
cycleTimeOfDBConnection=30000
20
forcereplicationwaitingtime=@forcereplicationwaitingtime@
21
config-dir=@config-dir@
22
default-style=@default-style@
23
xmlcatalogfile=/opt/tomcat/webapps/xmltodb/catalog.txt
24
sitecode=nceas
25
accNumSeparator=.
26
saxparser=org.apache.xerces.parsers.SAXParser
27
servletpath=@servlet-path@
28
htmlpath=@html-path@
29
eml2namespace=@eml2namespace@
30
packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
31
accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
32
physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
33
entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
34
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
35
server=@server@
36
httpserver=@systemidserver@
37
junittesturl=@systemidserver@@servlet-path@
38
authclass=edu.ucsb.nceas.metacat.AuthLdap
39
ldapurl=ldap://ldap.ecoinformatics.org:389/
40
ldapsurl=ldap://ldap.ecoinformatics.org:389/
41
ldapbase=dc=ecoinformatics,dc=org
42
referral=follow
43
#ldapurl=ldap://ldap.nceas.ucsb.edu:389/
44
#ldapsurl=ldap://ldap.nceas.ucsb.edu:389/
45
#ldapbase=o=NCEAS,c=US
46
deltaT=60
47
replicationpath=@replication-path@
48
replicationlog=@replication-log@
49
replicationerrorlog=@replicationerrorlog@
50
dtdPath=@install-dir@/dtd/
51
schemaPath=@install-dir@/schema/
52
dtdURL=@systemidserver@@html-path@/dtd/
53
schemaURL=@systemidserver@@html-path@/schema/
54
datafilepath=@datafilepath@
55
inlinedatafilepath=@inlinedatafilepath@
56
certPath=@install-dir@/
57
context=@context@
58
debuglevel=@debuglevel@
59
datafileflag=datafile
60
datafilesizelimit=1000
61
defaultcontenttype=@defaultcontenttype@
(11-11/17)