----- Original Message (edited) ---- From: Ziggy <zigg...@gmail.com> To: Tomcat Users List <users@tomcat.apache.org> Sent: Thu, January 6, 2011 11:33:07 AM Subject: Re: Accessing context information remotely - Context.getAvailable() etc.
Thanks for the response. I am writing an external java application that reads this values periodically. This will be launched from a unix cron job. Its just a simple tools that periodically checks that the application is available. I have gone through all the mbeans by using Jconsole but i cant find the one i need that tells me that the application is active and running. I do use Jconsole and jVisualvm and also LamdaProbe but all these require someone to physically log on to look at anything. The tool i am writing will do this automatically and generate an alert if necessary. I just need to know which Mbean to look at. I have found the Datasource ones but not the ones related to the webapplication itsself. Thanks ----- Original Message (edited) ---- A quick google turns up at least two command line JMX clients: http://www.cyclopsgroup.org/projects/jmxterm/ http://www.jmanage.org/ However the jManage tool requires that you have jManage running on the target server. I've not used either, so your mileage may vary. . . . . just my two cents. /mde/ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org