On 26 Jul 2004 17:59:08 -0400, Jignesh Patel <[EMAIL PROTECTED]> wrote:
> Can anybody write us
> 
> How much maximum database connection pool bear by tomcat 5.0.19 with the
> struts framework.
> 

The maximum size of a connection pool in Tomcat is configured via
Tomcat, and has nothing to do with whether you are using Struts or
not.  For more info, see the Tomcat documentation:

http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html

> How much maximum http connection threads bear by tomcat 5.0.19.

Same answer ... Tomcat resources are controlled by Tomcat
configuration files.  In this case, you want to set the "maxActive"
attribute on a <Connector> element.

For Tomcat related questions, your best bet is to ask on the Tomcat
User mailing list (to subscribe, send an empty message to
[EMAIL PROTECTED]).

> 
> -Jignesh
> 

Craig

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

Reply via email to