Package org.apache.openejb.tomcat.loader

Class Summary
LoaderServlet The sole purpose of this class is to call the embed(java.util.Properties, java.lang.ClassLoader) method This class gets the location of this webapp and assumes that it is the openejb.war file then calls the embedder.
OpenEJBListener The sole purpose of this class is to call the embed(java.util.Properties, java.lang.ClassLoader) method This is an alternate way to load the Tomcat integration This approach is mutually exclussive to the LoaderServlet This class does nothing more than scrape around in Tomcat and look for the openejb.war so it can call the embedder This class can be installed in the Tomcat server.xml as an alternate way to bootstrap OpenEJB into Tomcat.
TomcatEmbedder Ultimately this class does nothing lasting and just calls TomcatHook.hook(java.util.Properties) This class needs to know the path to the openejb.war file.
 



Copyright © 1999-2010 The Apache OpenEJB development community. All Rights Reserved.