I have an mbean that needs to know when an associated web application is 
available. I have the context of the war as an attribute to the mbean. The 
mbean is deployed before the war.

Currently, I loop for a certain amount of time, using HttpClient to tell me 
when the context is responding. The problem with this method is that I do not 
know how to get the correct port for the http call. I'm using localhost for the 
host. I don't want to hard code the port.

Is there a better way to be notified when the web application is receiving 
requests? Is there a way to determine the current port for the server?

Thanks!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925929#3925929

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925929


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to