Is there a way to control the CPU and memory consumption of an individual web application on a Tomcat
server?
I have Tomcat
opening all web applications under its JVM, so I see only one JVM and I can not independently control each web application. Web applications are closed WAR files, and I cannot modify Java code.
thanks
Ofir farchy
source share