Package org.apache.catalina.startup
Class Tomcat.FixContextListener
- java.lang.Object
- 
- org.apache.catalina.startup.Tomcat.FixContextListener
 
- 
- All Implemented Interfaces:
- LifecycleListener
 - Enclosing class:
- Tomcat
 
 public static class Tomcat.FixContextListener extends java.lang.Object implements LifecycleListener Fix startup sequence - required if you don't use web.xml.The start() method in context will set 'configured' to false - and expects a listener to set it back to true. 
- 
- 
Constructor SummaryConstructors Constructor Description FixContextListener()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlifecycleEvent(LifecycleEvent event)Acknowledge the occurrence of the specified event.
 
- 
- 
- 
Method Detail- 
lifecycleEventpublic void lifecycleEvent(LifecycleEvent event) Description copied from interface:LifecycleListenerAcknowledge the occurrence of the specified event.- Specified by:
- lifecycleEventin interface- LifecycleListener
- Parameters:
- event- LifecycleEvent that has occurred
 
 
- 
 
-