Sorry for the repeat posting. The first one's title got screwed up when I place
double-quotes around "jboss.tomcat.connectors.started".
I've been trying to figure out why my Tomcat connector barrier doesn't work in
JBoss 5.0.0. Looking through the JBoss source code, it appears that
TOMCAT_CONNECTORS_STARTED is the static variable containing the message. That variable
seems to only be referenced in org.jboss.web.tomcat.service.deployers.TomcatService.java
in a comment within the method startConnectors():
| /*
| * TODO: // Notify listeners that connectors have started processing requests
sendNotification(new
| * Notification(TOMCAT_CONNECTORS_STARTED, this,
getNextNotificationSequenceNumber()));
| */
|
Has this JMX notification gone away? Is there another way to make MBeans dependent upon
Tomcat being able to service connectors?
TIA for any help.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209680#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...