Revision 308
Added by bojilova over 24 years ago
metacat.properties | ||
---|---|---|
1 | 1 |
# |
2 | 2 |
# Properties file defining options for the MetaCatServlet.java servlet |
3 |
# Matt Jones, Dan Higgins |
|
3 |
# Matt Jones, Dan Higgins, Jivka Bojilova
|
|
4 | 4 |
# '$Id$' |
5 | 5 |
# |
6 | 6 |
user=jones |
7 | 7 |
password=your-pw-goes-here |
8 | 8 |
defaultDB=jdbc:oracle:thin:@localhost:1521:test |
9 | 9 |
dbDriver=oracle.jdbc.driver.OracleDriver |
10 |
initialConnections=10 |
|
11 |
incrementConnections=5 |
|
10 | 12 |
resultStyleURL=file:///home/httpd/html/xmltodb/lib/resultset.xsl |
11 | 13 |
xmlcatalogfile=/home/httpd/html/xmltodb/lib/catalog.txt |
12 | 14 |
defaultdatapath=C:\Temp\ |
Also available in: Unified diff
added "initialConnections", "incrementConnection" options used for the Pool of Connections