Hi , I am looking for a ping API point in Jboss. For monitoring purpose, my managing appserver sends ping operation request to a different appserver which pings itself and returns a status(FAIL/OK and elapsed time) using TIB/HAWK 's AMI mechanism.
In weblogic , this could be done using the following code --------------------------------------------------- T3ServicesDef t3_services = T3Services.getT3Services(); String sent = "Okay"; String read = null; read = t3_services.admin().ping( sent.getBytes() ); ------------------------------------------------------ How can I achieve this is Jboss ? I think there is no one to one mapping of API point. I want to know if there is an existing Tomcat service or if I could do this in someway using MBean. I am very new to Jboss. Your help is appreciated. Thanks, Nam. P.S. I have also posted this in Beginner's Corner. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848492#3848492 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848492 ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
