Hi,
the situation is little bit complicated. I actually have MBean that have to 
make connection to servlet ... never mind what. But Tomcat connectors are 
started after jboss is started. My MBean waits for this too to make the 
connection. So if i try to :
            URL url = new URL(urlString);
            url.openStream();
after i get "org.jboss.system.server.started" notification then i will wait for 
stream, tomcat will wait for notification and deadlock occurs. Thats why i need 
notification on Tomcat.


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

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


-------------------------------------------------------
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to