Hello.
i've not access to Tomcat's server.xml where the sysadmins defined a resource:

<Resource driverClassName="oracle.jdbc.driver.OracleDriver"
maxActive="65" maxIdle="30" maxWait="5" name="myDatasource"
type="javax.sql.DataSource" url="jdbc:....." />

I wish to discover from a web appplication deployed on that Tomcat
what's the configuration  "maxActive" for myDatasource.

Is there a way to discover it?
Thank you.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to