Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3990170
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T06:27:43+00:00 2026-05-20T06:27:43+00:00

I am currently using Tomcat6 as a Web-Container on development and production. I have

  • 0

I am currently using Tomcat6 as a Web-Container on development and production.

I have heard that Tomcat is not the best performing Web-Container for production environments. Is this true?

Is Tomcat sufficient in terms of performance and memory management to use on production environments?

Our system/s have around 100 to 400 users.

For me its more about how the Web-App was written and the type of operations inside the Web-App.

Even if performance is a problem on one Tomcat instance, is it possible to cluster Tomcat?

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T06:27:43+00:00Added an answer on May 20, 2026 at 6:27 am

    I am currently using Tomcat6 as a Web-Container on development and production.

    I have heard that Tomcat is not the best performing Web-Container for production environments. Is this true?

    Well, again it depends on how do you see it. Tomcat can perform very well, and it is used everywhere in the production, with largest user base. Some commercial application servers use Tomcat under the hood without even telling you.

    Of course you should not compare Tomcat out-of-the-box performance to a well tuned web containers. Tomcat can be tuned for much better performance than it’s out-of-the-box state. You can google: "tomcat production" for example and see how people managed it in real production and get a lot of advices, tips, etc.

    Is Tomcat sufficient in terms of performance and memory management to use on production environments?

    Yes, it is. When you need more, there are a lot of vendors that offers commercial version of Tomcat, including monitoring and instrumentation to help maintain your application in production.

    Our system/s have around 100 to 400 users.

    Tomcat can handle more than this for sure. Depends on the nature of your application/system, you may require more than one instance of Tomcat. In real production environment it will be wise to cluster your Tomcat.

    For me its more about how the Web-App was written and the type of operations inside the Web-App.

    Half truth.

    I believe good architecture and framework will also save you a lot of time when you are about to cluster the Tomcat. So you need to have a general knowledge about how web container application works, how your framework handles things in clustered environment and how they are clustered, before deciding how you lay down your framework stack.

    For example issues may arise from:

    • in memory caching in more than one JVM instances
    • session store (memory, database, file store) and its replication

    Clustering Tomcat is not a trivial task, and laying down your framework improperly will make it difficult to incorporate clustered Tomcat later.

    Even if performance is a problem on one Tomcat instance, is it possible to cluster Tomcat?

    Yes, it is possible to cluster Tomcat. The way you design your application determines whether your application will be ready easily for clustering, or will be more complicated to cluster. This issue may not be specific to Tomcat, but to application servers in general.

    Some issues you may need to consider:

    • what data you store in (HTTP) session
    • where to store the session
    • keep alive session
    • use web server application load balancing reverse proxy e.g. Apache Web Server + mod_proxy/mod_jk, nginx, Varnish
    • which Tomcat connectors to use (Blocking IO, NIO, APR)

    There are some other issues, but I think those are you can start with.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.