org.jboss.embedded.tomcat
Class EmbeddedJBossBootstrapListener

java.lang.Object
  extended by 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

Constructor Summary
EmbeddedJBossBootstrapListener()
           
 
Method Summary
protected  void innerStart()
           
protected  void innerStop()
           
 void lifecycleEvent(org.apache.catalina.LifecycleEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddedJBossBootstrapListener

public EmbeddedJBossBootstrapListener()
Method Detail

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()