1
|
#
|
2
|
# Properties file defining options for the MetaCatServlet.java servlet
|
3
|
# Matt Jones, Dan Higgins
|
4
|
# '$Id: metacat.properties 164 2000-06-15 19:04:33Z 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
|
resultStyleURL=file:///home/httpd/html/xmltodb/lib/resultset.xsl
|
11
|
xmlcatalogfile=/home/httpd/html/xmltodb/lib/catalog.txt
|
12
|
defaultdatapath=C:\Temp\
|
13
|
executescript=test.bat
|
14
|
defaultGlobalName=NCEAS
|
15
|
accNumberSeparator=:
|