I'm trying to tune the connection pool on our installation of Tomcat
4.1.27, and just realized that I'm not sure what happens when you get
the DataSource.

When is the connection pool actually created?

    * When Tomcat starts?
    * When the web application is started?
    * When you request the DataSource from the JNDI service?

If it's created when I request it from the JNDI service, does that mean
that I should only request it when the application starts?

Thanks,
Dhruva


                
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to