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 loaded with
WebClassLoader so the WebClassLoader
can count memory size per application.

Best regards,

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to