Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Preface

This is about Tomcat performance.




  • Wiki Markup
    \[thread\] [Tomcat Performance Concerns|http://marc.info/?t=104455383100002&r=1&w=2]







  • Wiki Markup
    \[thread\] [How do I increase performance on Tomcat?|http://marc.info/?t=103598885300001&r=1&w=2]
    \\




Other (non-exhaustive) notes:

  • Stress test your webapp. You can do this via JMeter, siege, flood, and other tools. Google is your friend.
  • Tweak your UNIX box! Look at ulimit and kernel parameters.
  • Bad design will hurt performance.
  • Look at JProbe, or OptimizeIt, or New Relic, or other profiling tools. Lots of people recommend these tools. This is not an endorsement for them, I just notice other people like them.

Questions

  1. Is Tomcat faster than serving static HTML pages than Apache httpd?
  2. Is there an application-specific comparison between Tomcat and Resin or other containers?
  3. Is there a comprehensive, up-to-date, detailed benchmark comparing various servlet containers, including Tomcat?
  4. How do I configure apache tomcat connectors for a heavy load site?
  5. How do I make Tomcat start up faster?

Answers

Anchor
Q1
Q1
Is Tomcat faster than serving static HTML pages than Apache httpd?

...

Anchor
Q5
Q5
How do I make Tomcat start up faster?

See HowTo FasterStartUp

CategoryFAQ