File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes scalability and availibility in tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "scalability and availibility in tomcat" Watch "scalability and availibility in tomcat" New topic
Author

scalability and availibility in tomcat

Siddharth Bhargava
Ranch Hand

Joined: Feb 23, 2007
Posts: 225
I would like to know what are the max number of users supported in tomcat and where do we configure it and how. Also how do we make our application that is deployed in tomcat more scalable and highly availbable . Please let me know ASAP. Thanks in advance.
Joachim Rohde
Ranch Hand

Joined: Nov 27, 2006
Posts: 423

In conf/server.xml you have following configuration possibilities: http://tomcat.apache.org/tomcat-6.0-doc/config/http.html
For clustering and load-balancing:
http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html
http://tomcat.apache.org/tomcat-6.0-doc/balancer-howto.html
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: scalability and availibility in tomcat
 
Similar Threads
Directory Browsing
JSP can not find EJB.
Apache and Tomcat
How to deploy a WAR file/EAR file on websphere ?
problems in finding jsp's with apache and tomcat..