Project

General

Profile

1 82 jones
#
2
# Properties file defining options for the MetaCatServlet.java servlet
3 308 bojilova
# Matt Jones, Dan Higgins, Jivka Bojilova
4 82 jones
# '$Id$'
5
#
6 1951 jones
configured=false
7 362 jones
user=@user@
8
password=@password@
9 587 berkley
defaultDB=@jdbc-connect@
10 882 jones
dbDriver=@dbDriver@
11 915 berkley
dbAdapter=@dbAdapter@
12 379 bojilova
initialConnections=5
13 308 bojilova
incrementConnections=5
14 1228 tao
maximumConnections=25
15 1090 tao
maximumConnectionAge=120000
16
maximumConnectionTime=60000
17
maximumUsageNumber=100
18 1292 tao
runDBConnectionRecycleThread=off
19 1093 tao
cycleTimeOfDBConnection=30000
20 1292 tao
forcereplicationwaitingtime=@forcereplicationwaitingtime@
21 832 jones
config-dir=@config-dir@
22
default-style=@default-style@
23 329 jones
xmlcatalogfile=/opt/tomcat/webapps/xmltodb/catalog.txt
24 615 bojilova
sitecode=nceas
25
accNumSeparator=.
26 181 jones
saxparser=org.apache.xerces.parsers.SAXParser
27 358 bojilova
servletpath=@servlet-path@
28 359 bojilova
htmlpath=@html-path@
29 1568 tao
eml2namespace=@eml2namespace@
30 887 berkley
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 1549 tao
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 1367 tao
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 1008 tao
server=@server@
36 1552 tao
httpserver=@systemidserver@
37 1084 tao
junittesturl=@systemidserver@@servlet-path@
38 547 berkley
authclass=edu.ucsb.nceas.metacat.AuthLdap
39 852 jones
ldapurl=ldap://ldap.ecoinformatics.org:389/
40
ldapsurl=ldap://ldap.ecoinformatics.org:389/
41
ldapbase=dc=ecoinformatics,dc=org
42 865 jones
referral=follow
43 852 jones
#ldapurl=ldap://ldap.nceas.ucsb.edu:389/
44
#ldapsurl=ldap://ldap.nceas.ucsb.edu:389/
45
#ldapbase=o=NCEAS,c=US
46 525 berkley
deltaT=60
47
replicationpath=@replication-path@
48 586 berkley
replicationlog=@replication-log@
49 1580 tao
replicationerrorlog=@replicationerrorlog@
50 1393 tao
dtdPath=@install-dir@/dtd/
51
schemaPath=@install-dir@/schema/
52
dtdURL=@systemidserver@@html-path@/dtd/
53
schemaURL=@systemidserver@@html-path@/schema/
54 1080 tao
datafilepath=@datafilepath@
55 1456 tao
inlinedatafilepath=@inlinedatafilepath@
56 839 bojilova
certPath=@install-dir@/
57 1010 tao
context=@context@
58 1052 tao
debuglevel=@debuglevel@
59 1033 tao
datafileflag=datafile
60 1616 tao
datafilesizelimit=1000
61 1488 tao
defaultcontenttype=@defaultcontenttype@