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 308 2000-08-01 18:22:14Z bojilova $'
5
#
6
user=jones
7
password=your-pw-goes-here
8
defaultDB=jdbc:oracle:thin:@localhost:1521:test
9
dbDriver=oracle.jdbc.driver.OracleDriver
10
initialConnections=10
11
incrementConnections=5
12
resultStyleURL=file:///home/httpd/html/xmltodb/lib/resultset.xsl
13
xmlcatalogfile=/home/httpd/html/xmltodb/lib/catalog.txt
14
defaultdatapath=C:\Temp\
15
executescript=test.bat
16
defaultGlobalName=NCEAS
17
accNumberSeparator=:
18
saxparser=org.apache.xerces.parsers.SAXParser
(6-6/12)