2013-05-13 10:05:00
Topic starter
What is the property that needs to be set in this file to reduce the DB connection pool size? I am running a UAT server and it does not need a large pool.
db.connectionPool.minSize=5
db.connectionPool.maxSize=10
We have an example node.properties(plt 8.2 version) @ http://portal.onenetwork.com/confluence/display/PLT/Platform+Install+-+node.properties
For other properties that are not listed, we usually lookup the corresponding template. (//install-staging-depot/8.3-rb/cfg/jboss/server-template/deploy/oracle-ds.xml.template)
As there are too many properties, only the properties that are needed by default on a regular basis are documented.