1
|
#
|
2
|
# Properties file defining options for the MetaCatServlet.java servlet
|
3
|
# Matt Jones, Dan Higgins, Jivka Bojilova
|
4
|
# '$Id: metacat.properties 914 2002-01-28 18:25:13Z berkley $'
|
5
|
#
|
6
|
user=@user@
|
7
|
password=@password@
|
8
|
defaultDB=@jdbc-connect@
|
9
|
dbDriver=@dbDriver@
|
10
|
dbAdapter=edu.ucsb.nceas.dbadapter.PostgresqlAdapter
|
11
|
initialConnections=5
|
12
|
incrementConnections=5
|
13
|
maximumConnections=10
|
14
|
config-dir=@config-dir@
|
15
|
default-style=@default-style@
|
16
|
xmlcatalogfile=/opt/tomcat/webapps/xmltodb/catalog.txt
|
17
|
sitecode=nceas
|
18
|
accNumSeparator=.
|
19
|
saxparser=org.apache.xerces.parsers.SAXParser
|
20
|
servletpath=@servlet-path@
|
21
|
htmlpath=@html-path@
|
22
|
packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN
|
23
|
accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN
|
24
|
server=@serverhost@
|
25
|
authclass=edu.ucsb.nceas.metacat.AuthLdap
|
26
|
ldapurl=ldap://ldap.ecoinformatics.org:389/
|
27
|
ldapsurl=ldap://ldap.ecoinformatics.org:389/
|
28
|
ldapbase=dc=ecoinformatics,dc=org
|
29
|
referral=follow
|
30
|
#ldapurl=ldap://ldap.nceas.ucsb.edu:389/
|
31
|
#ldapsurl=ldap://ldap.nceas.ucsb.edu:389/
|
32
|
#ldapbase=o=NCEAS,c=US
|
33
|
deltaT=60
|
34
|
replicationpath=@replication-path@
|
35
|
replicationlog=@replication-log@
|
36
|
dtdPath=@config-dir@/dtd/
|
37
|
dtdURL=@server@@html-path@/dtd/
|
38
|
datafilepath=@config-dir@/data/
|
39
|
certPath=@install-dir@/
|
40
|
|