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 2079 jones
version=1.3.1+
8 362 jones
user=@user@
9
password=@password@
10 587 berkley
defaultDB=@jdbc-connect@
11 882 jones
dbDriver=@dbDriver@
12 915 berkley
dbAdapter=@dbAdapter@
13 379 bojilova
initialConnections=5
14 308 bojilova
incrementConnections=5
15 1228 tao
maximumConnections=25
16 1090 tao
maximumConnectionAge=120000
17
maximumConnectionTime=60000
18
maximumUsageNumber=100
19 1292 tao
runDBConnectionRecycleThread=off
20 1093 tao
cycleTimeOfDBConnection=30000
21 1292 tao
forcereplicationwaitingtime=@forcereplicationwaitingtime@
22 832 jones
config-dir=@config-dir@
23
default-style=@default-style@
24 329 jones
xmlcatalogfile=/opt/tomcat/webapps/xmltodb/catalog.txt
25 615 bojilova
sitecode=nceas
26
accNumSeparator=.
27 181 jones
saxparser=org.apache.xerces.parsers.SAXParser
28 358 bojilova
servletpath=@servlet-path@
29 359 bojilova
htmlpath=@html-path@
30 1568 tao
eml2namespace=@eml2namespace@
31 887 berkley
packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
32
accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
33 1549 tao
physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN
34
entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN
35 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
36 1008 tao
server=@server@
37 1552 tao
httpserver=@systemidserver@
38 1084 tao
junittesturl=@systemidserver@@servlet-path@
39 547 berkley
authclass=edu.ucsb.nceas.metacat.AuthLdap
40 852 jones
ldapurl=ldap://ldap.ecoinformatics.org:389/
41
ldapsurl=ldap://ldap.ecoinformatics.org:389/
42
ldapbase=dc=ecoinformatics,dc=org
43 865 jones
referral=follow
44 852 jones
#ldapurl=ldap://ldap.nceas.ucsb.edu:389/
45
#ldapsurl=ldap://ldap.nceas.ucsb.edu:389/
46
#ldapbase=o=NCEAS,c=US
47 525 berkley
deltaT=60
48
replicationpath=@replication-path@
49 586 berkley
replicationlog=@replication-log@
50 1580 tao
replicationerrorlog=@replicationerrorlog@
51 1393 tao
dtdPath=@install-dir@/dtd/
52
schemaPath=@install-dir@/schema/
53
dtdURL=@systemidserver@@html-path@/dtd/
54
schemaURL=@systemidserver@@html-path@/schema/
55 1080 tao
datafilepath=@datafilepath@
56 1456 tao
inlinedatafilepath=@inlinedatafilepath@
57 839 bojilova
certPath=@install-dir@/
58 1010 tao
context=@context@
59 1052 tao
debuglevel=@debuglevel@
60 1033 tao
datafileflag=datafile
61 1616 tao
datafilesizelimit=1000
62 1488 tao
defaultcontenttype=@defaultcontenttype@
63 1956 jones
query.ignored.params=enableediting,foo
64 2074 jones
usexmlindex=false