You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Venkata Naveen <ve...@gmail.com> on 2007/04/26 15:11:32 UTC

Tomcat support

Can you find out how many concurrent users can one tomcat server support?
-- 
View this message in context: http://www.nabble.com/Tomcat-support-tf3651532.html#a10200068
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Tomcat support

Posted by Martin Gainty <mg...@hotmail.com>.
Depends on which version of tomcat you're implementing (maxProcessors for 
Tomcat 4.x) or (maxThreads for Tomcat 5.x)
http://tomcat.apache.org/tomcat-5.5-doc/printer/ssl-howto.html

also whether you are implementing modProxy (low load site) or modJK(high 
load site)
and whether or not you're supporting sticky sessions
please read this article on Load Balancing by Mladen Turk for determining 
which config works best
http://people.apache.org/~mturk/docs/article/ftwai.html

M--
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.

----- Original Message ----- 
From: "David Kerber" <dc...@verizon.net>
To: "Tomcat Users List" <us...@tomcat.apache.org>
Sent: Thursday, April 26, 2007 9:38 AM
Subject: Re: Tomcat support


> Venkata Naveen wrote:
>
>>Can you find out how many concurrent users can one tomcat server support?
>>
> Yes.
>
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
> 


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Tomcat support

Posted by David Kerber <dc...@verizon.net>.
Venkata Naveen wrote:

>Can you find out how many concurrent users can one tomcat server support?
>  
>
Yes.



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org