How Can I Do Tomcat Performance Tuning Any Ideas?

Asked By 30 points N/A Posted on -
qa-featured

I have to improve the functioning of tomcat. Does anyone know how to do tomcat performance tuning? It would be a great help as I need tomcat to work fast.

SHARE
Answered By 0 points N/A #295781

How Can I Do Tomcat Performance Tuning Any Ideas?

qa-featured

Hello, there are various ways to improve the performance of Tomcat, you just have to do one of the below-mentioned things.

1.Use HTTP instead of HTTPS, it may compromise on security, but it will increase the speed.( Do not use HTTPD as it is extremely slow)

  1. Tuning of JVM, if done properly then Tomcat JVM will give you great results as far as speed is concerned.

3.Compression attribute is off by default, but some of the applications perform better when it is on.

Related Questions