1 Reply Latest reply on Feb 11, 2009 7:51 PM by jbrow

    Did the

    jbrow

      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.