Hi,

I have an account on a server running Tomcat 4.0.6 and am finally getting around to incorporating connection pooling into my app. At first I was going to use a home-brewed connection pooling class that I read in a book, then I discovered that there is support in Tomcat for the DBCP project's implementation, but then I found out that DBCP is for Tomcat 4.1.x or later, so I suppose I will try to use 4.0.6's Tyrex connection pooling system.

I am also relatively new to JNDI concepts so please go easy on me.

In reading the Tomcat JNDI Resource How-To, the example provided uses

<res-auth>Container</res-auth>

to indicate that the Container should sign onto the Resource Manager on behalf of the application (using parameters from $CATALINA_HOME/conf/server.xml). However, I am curious how to specify connection parameters if I wish to use Application-level authorization, rather than Container-level.


Erik



--------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@xxxxxxxxxxxxxxxxxx For additional commands, e-mail: tomcat-user-help@xxxxxxxxxxxxxxxxxx



Reply via email to