org.jboss.embedded.tomcat
Class WebinfScanner

java.lang.Object
  extended by org.jboss.embedded.tomcat.WebinfScanner
All Implemented Interfaces:
org.apache.catalina.LifecycleListener

public class WebinfScanner
extends java.lang.Object
implements org.apache.catalina.LifecycleListener

Searches for WAR's WEB-INF directory and deploys that directory. A JBoss DeploymentContext is created and the StandardContext is added as an attachment This listener assumes an exploded deployment, in other words, that WEB-INF/ is a directory in a file system.

Version:
$Revision: 1.1 $
Author:
Bill Burke, adrian@jboss.org

Constructor Summary
WebinfScanner()
           
 
Method Summary
 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

WebinfScanner

public WebinfScanner()
Method Detail

lifecycleEvent

public void lifecycleEvent(org.apache.catalina.LifecycleEvent event)
Specified by:
lifecycleEvent in interface org.apache.catalina.LifecycleListener