Re: Performance Tuning Tomcat 9

2022-01-13 Thread Christopher Schultz

Lance,

On 1/13/22 11:16, Campbell, Lance wrote:

For Tomcat 9.x is there a particular website you have found to be helpful for 
performance tuning Tomcat 9?


Tomcat performs pretty well in its default configuration.

Do you have a particular problem you are trying to investigate or solve, 
or are you just looking for the "fastest possible configuration"?


In 95% of cases where I've seen a performance issue, it's been the fault 
of the application and not of the application server.


-chris

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Performance Tuning Tomcat 9

2022-01-13 Thread Brian Wolfe
There are a number of tools out there that can load test your site. Most
companies use something like loadrunner, jmeter, or https://gatling.io. I
personally use jmeter due to licensing and ease of use.

On Thu, Jan 13, 2022 at 11:17 AM Campbell, Lance  wrote:

> For Tomcat 9.x is there a particular website you have found to be helpful
> for performance tuning Tomcat 9?
>
> Thanks,
>
> Lance
>


-- 
Thanks,
Brian Wolfe
https://www.linkedin.com/in/brian-wolfe-3136425a/


Performance Tuning Tomcat 9

2022-01-13 Thread Campbell, Lance
For Tomcat 9.x is there a particular website you have found to be helpful for 
performance tuning Tomcat 9?

Thanks,

Lance