Hi,

If you want to use Tomcat for high loads, I suggest you to use apache/mod_jk 
and a cluster of Tomcat instances.
With this solution you'll have load-balancing and failover for a lot of users.
I don't use a HP very powerful, so, for the performances, I don't know if it is 
better to have one instance or several instances, but for the administration 
(applications upgrades, ...) and failover it is better to have several ones.

For high performances, some readings :
http://cvs.apache.org/~woolfel/benchmark_summary.pdf
http://cvs.apache.org/~woolfel/tc_results.html
http://brandlay.com/wojtek/publ/tomcat.jsp
http://marc.theaimsgroup.com/?l=tomcat-user&m=110906276815396&w=2
http://www.servlets.com/cos/javadoc/com/oreilly/servlet/CacheHttpServlet.html
http://simpleweb.sourceforge.net/performance/comparison.php

a tool to test performances : Jmeter (http://jakarta.apache.org/jmeter/)

Regards.

On Thu, 07 Apr 2005 10:29:22 +0530
Shrikant Navelkar <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> We are planning to deploy an application (JSP/Tomcat/Oracle) for 300-400 
> concurrent users.  The hardware is HP/True UNIX platform and it is very 
> powerful.  Unfortunately we can not deploy the application in a phased 
> wise manner.
> 
> Can somebody help us to understand :
> 1.  How scalable Tomcat is ? Are there sufficient examples of Tomcat for 
> 300 + users ?
> 1.  What are the tools available for scalability testing ?
> 2.  Any document  describing performance tuning of Tomcat server
> 3.  Can we implement multiple tomcat instances on same server for better 
> performance ?
> 
> Thanks in advance
> 
> Shrikant
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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

Reply via email to