Hi

>       We are planning to host a web application which is estimated to have

> around 3000 concurrent users. We are using SQL Server 2000 as database 
> and Struts 1.1 framework.
> 
> ...
> 
>       Do you think that Tomcat is a suitable web server for our 
> application?

For 3000 connections you should use multiple tomcats with some load balancer
in front of it.
And don't forget to check heap sizes regulary. You need to configure the JVM
to use more than 64 MB and you might need to buy more Ram, if you have huge
sessions. [And for 3000 connections you should really think about caching a
lot of memory information in you application instead of drangling the
database - but this requires even more memory.]

Regards,
  Steffen


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

Reply via email to