Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tomcat monitoring and debug API

Status
Not open for further replies.

abricout

Programmer
May 14, 2002
2
FR
Hi !

i'm connected to tomcat using Netbeans 3.3.1 in debug mode, so i can trace
JAVA executed on tomcat Catalina 4.01.

i would like now to monitor Memory activity.
I can monitor using debug and adding a watch on
java.lang.Runtime.getRuntime().freeMemory()
but that's not very cool..

is there another way to do it ?
Is there any remote monitor for tomcat ?
or which API can i use to program one ?

thanx

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top