[jboss-user] [Management, JMX/JBoss] - jboss.tomcat.connectors.started JMX Notification Gone?
jbrow
do-not-reply at jboss.com
Thu Feb 12 14:24:17 EST 2009
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#4209680
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209680
More information about the jboss-user
mailing list