-
Task
-
Resolution: Done
-
Major
-
JBossAS-5.0.0.Beta1
-
None
-
Medium
The tomcat module contains a version of StandardService that was forked to basically not start the tomcat connectors as part of the service startup, but rather the connectors are started after the JBoss server starts.
Since the addition of Executors to the Catalina service interface, as of this morning, this StandardService class has gone stale. We will need to update this class to incorporate the new changes to the Service interface.
Since we are using JBossWeb, I am wondering if we can make the start of the connectors configurable in StandardService of JBossWeb such that we can discard this fork of StandardService sitting in the tomcat module.