Revision 379
Added by bojilova over 24 years ago
metacat.properties | ||
---|---|---|
7 | 7 |
password=@password@ |
8 | 8 |
defaultDB=jdbc:oracle:thin:@dev.nceas.ucsb.edu:1521:exp |
9 | 9 |
dbDriver=oracle.jdbc.driver.OracleDriver |
10 |
initialConnections=10
|
|
10 |
initialConnections=5
|
|
11 | 11 |
incrementConnections=5 |
12 |
maximumConnections=20
|
|
12 |
maximumConnections=10
|
|
13 | 13 |
resultStyleURL=file:///opt/tomcat/webapps/@html-path@/style/resultset.xsl |
14 | 14 |
xmlcatalogfile=/opt/tomcat/webapps/xmltodb/catalog.txt |
15 | 15 |
defaultdatapath=C:\Temp\ |
Also available in: Unified diff
decrease the number of "initialConnections" to 5, "increaseConnections" stay 5, decrease the "maximumConnections" to 10