Class Listener

  • All Implemented Interfaces:
    java.util.EventListener, ServletContextListener

    public class Listener
    extends java.lang.Object
    implements ServletContextListener
    Listener creates and destroys a ApplResources at the appropriate times in the servlet's life-cycle.

    NOTE: This class must not depend upon any non-standard packages (such as javax.transform) because it is loaded when Tomcat starts, not when the servlet is loaded. (This might be a bug in Tomcat 4.0.3, because it worked in 4.0.1. But anyway.)