• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Production in Apache Tomcat Server

 
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 245
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
punna Kumar
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
I wasn't selected to go to mars. This tiny ad got in ahead of me:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic