11 Replies Latest reply on Feb 17, 2009 2:50 PM by jbrow

    jboss.tomcat.connectors.started JMX Notification Gone?

    jbrow

      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.