1
|
#
|
2
|
# Properties file defining options for the MetaCatServlet.java servlet
|
3
|
# Matt Jones, Dan Higgins, Jivka Bojilova
|
4
|
# '$Id: metacat.properties 362 2000-08-15 21:24:31Z jones $'
|
5
|
#
|
6
|
user=@user@
|
7
|
password=@password@
|
8
|
defaultDB=jdbc:oracle:thin:@dev.nceas.ucsb.edu:1521:exp
|
9
|
dbDriver=oracle.jdbc.driver.OracleDriver
|
10
|
initialConnections=10
|
11
|
incrementConnections=5
|
12
|
maximumConnections=20
|
13
|
resultStyleURL=file:///opt/tomcat/webapps/xmltodb/resultset.xsl
|
14
|
xmlcatalogfile=/opt/tomcat/webapps/xmltodb/catalog.txt
|
15
|
defaultdatapath=C:\Temp\
|
16
|
executescript=test.bat
|
17
|
defaultGlobalName=NCEAS
|
18
|
accNumberSeparator=:
|
19
|
saxparser=org.apache.xerces.parsers.SAXParser
|
20
|
servletpath=@servlet-path@
|
21
|
htmlpath=@html-path@
|