1
|
#
|
2
|
# Properties file defining options for the MetaCatServlet.java servlet
|
3
|
# Matt Jones, Dan Higgins, Jivka Bojilova
|
4
|
# '$Id: metacat.properties 659 2001-01-12 17:02:50Z berkley $'
|
5
|
#
|
6
|
user=@user@
|
7
|
password=@password@
|
8
|
defaultDB=@jdbc-connect@
|
9
|
dbDriver=oracle.jdbc.driver.OracleDriver
|
10
|
initialConnections=5
|
11
|
incrementConnections=5
|
12
|
maximumConnections=10
|
13
|
resultStyleURL=file:///opt/tomcat/webapps/@html-path@/style/resultset.xsl
|
14
|
xmlcatalogfile=/opt/tomcat/webapps/xmltodb/catalog.txt
|
15
|
defaultdatapath=C:\Temp\
|
16
|
executescript=test.bat
|
17
|
sitecode=nceas
|
18
|
accNumSeparator=.
|
19
|
saxparser=org.apache.xerces.parsers.SAXParser
|
20
|
servletpath=@servlet-path@
|
21
|
htmlpath=@html-path@
|
22
|
packagedoctype=-//NCEAS//package//EN
|
23
|
accessdoctype=-//NCEAS//eml-access//EN
|
24
|
server=@server@
|
25
|
authclass=edu.ucsb.nceas.metacat.AuthLdap
|
26
|
ldapurl=ldap://ldap.nceas.ucsb.edu:389/
|
27
|
ldapbase=o=NCEAS,c=US
|
28
|
deltaT=60
|
29
|
replicationpath=@replication-path@
|
30
|
replicationlog=@replication-log@
|
31
|
dtdPath=@install-dir@/dtd/
|
32
|
dtdURL=http://@server@@html-path@/dtd/
|
33
|
datafilepath=@install-dir@/data/
|
34
|
dataport=@data-port@
|