Have you tried adding following attributes to your data-source definition:

        min-connections=...
        max-connections=...

Take a look at http://www.orionserver.com/docs/data-sources.xml.html


regards,
Taavi

> How to specify min number of connections and max number of 
> connections in my
> data base connection pooling.  I am using the following settings 
> currently.
> 
>       <data-source class="com.evermind.sql.DriverManagerDataSource"
> name="Oracle8" location="jdbc/Challenger"
> connection-driver="oracle.jdbc.driver.OracleDriver" username="vms"
> password="vms" url="jdbc:oracle:thin:@challenger:1521:vmsdev"
> inactivity-timeout="30"/>


Reply via email to