Hello Tomcat users,

Does anyone know has it been changed after Apache Tomcat 6.0.13 that
source of LifecycleEvent of "after_start" and "stop" type is
org.apache.catalina.core.StandardEngine instead of
org.apache.catalina.Server?

I'm experiencing issues with JBoss mod_cluster:
http://community.jboss.org/thread/167432

Its LifecycleListener,
http://anonsvn.jboss.org/repos/mod_cluster/trunk/src/main/java/org/jboss/modcluster/catalina/ModClusterListener.java
expects source of after_start and stop event to be
org.apache.catalina.Server but when debugging I see that it's
org.apache.catalina.core.StandardEngine.

Regards,
Stevo.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to