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