| Author |
Production in Apache Tomcat Server
|
punna Kumar
Ranch Hand
Joined: Feb 28, 2005
Posts: 80
|
|
Hi, it is possible to user tomcat as a server in Production. 1) how many users can access at same time(concurrent users). 2)how much level security it's providing in Production Environment Please help? Regards Ravi.
|
 |
Scott Dunbar
Ranch Hand
Joined: Sep 23, 2004
Posts: 245
|
|
This is a bit of an open ended question. As far as the number of concurrent users, it really depends on what each user is doing. I've seen Tomcat handle thousands of users at the same time but it was a pretty simple site. So the answer to your first question is "it depends". The security provided by Tomcat matches what J2EE specifies. Tomcat can support SSL directly or indirectly by using an Apache httpd front end. SSL helps to prevent session hijacking. Otherwise, I guess it depend (again) on what you're looking for.
|
<a href="http://forums.hotjoe.com/forums/list.page" target="_blank" rel="nofollow">Java forums using Java software</a> - Come and help get them started.
|
 |
punna Kumar
Ranch Hand
Joined: Feb 28, 2005
Posts: 80
|
|
Thanks Scott for your Quick Replay we are like to develop a new project.project is little bit big.big in the sense number of tables and transations are more than 200. due to the budget we are analysing which server is best. cheap and good. i would like to know servers and capacity to hold the transations and security. can you help me out thanks for your assistance Ravi.
|
 |
 |
|
|
subject: Production in Apache Tomcat Server
|
|
|