org.jboss.embedded.tomcat
Class EmbeddedJBossBootstrapListener
java.lang.Object
org.jboss.embedded.tomcat.EmbeddedJBossBootstrapListener
- All Implemented Interfaces:
- org.apache.catalina.LifecycleListener
public class EmbeddedJBossBootstrapListener
- extends java.lang.Object
- implements org.apache.catalina.LifecycleListener
Tomcat Listener that initializes embedded jboss.
It resets the JNDI context factory as well as URL_PKG_PREFIXES
It sets up URL.setURLStreamHandlerFactory to be a jboss supplied one but
it does append org.apache.naming.resources to the pkgs.
- Version:
- $Revision: 1.1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmbeddedJBossBootstrapListener
public EmbeddedJBossBootstrapListener()
lifecycleEvent
public void lifecycleEvent(org.apache.catalina.LifecycleEvent event)
- Specified by:
lifecycleEvent
in interface org.apache.catalina.LifecycleListener
innerStart
protected void innerStart()
innerStop
protected void innerStop()