Hi,
Can I see the memory usage of the web application deployed in Tomcat with JMX.
By now I can connect to Tomcat with jconsole and see the summary memory size.
I hope that I can also see the size of the web application without
writing Java code.
I think so because web application classes are loa
Hello,
I'm finding a way to replace ServletContext method, that I get my
ServletContfig.getServletContext() with
something like "MyServletContext extends StandardServletContext implents
ServletContext".
Please help me with this.