Can anyone advise the main benefits of installing the native Tomcat library?
I am launching a standard Tomcat installation to serve a moderately complex intranet-based web application using Ext Js on the front panel, which is why there is a lot of javascript and AJAX over the network and VPN from different places.
Is it even worth installing this library for the relatively small number of requests it receives.
The application can be very slow from time to time, and I want to improve performance. I have already reformatted the Java code based on the profile data, but since the problem seems more general, I also look at the configuration of the application server and I can not find details on whether this library really benefits me in this scenario.
thank
source
share