Resource icon

Performance Tuning A Tomcat Server

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

anmoldubey

Administrator
Staff member
Aug 13, 2014
33
4
8
anmoldubey submitted a new resource:

Performance Tuning A Tomcat Server - A complete guide to optimize your tomcat server for best performance

The following steps are used to improve the performance of the tomcat server,

  1. Increase JVM heap memory
  2. Resolve JRE memory leaks
  3. Connector setting
  4. Compression
  5. Database performance tuning
  6. Tomcat Native Library
  7. Other options
Tuning JVM:

If your JVM supports both green and native threads, you should try both models to determine the best choice for your site. Native threads offer the best performance, especially if you are running a lot of...

Read more about this resource...