Package org.apache.catalina.startup
Class Tomcat.FixContextListener
java.lang.Object
org.apache.catalina.startup.Tomcat.FixContextListener
- All Implemented Interfaces:
LifecycleListener
- Enclosing class:
- Tomcat
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
lifecycleEvent
(LifecycleEvent event) Acknowledge the occurrence of the specified event.
-
Constructor Details
-
FixContextListener
public FixContextListener()
-
-
Method Details
-
lifecycleEvent
Description copied from interface:LifecycleListener
Acknowledge the occurrence of the specified event.- Specified by:
lifecycleEvent
in interfaceLifecycleListener
- Parameters:
event
- LifecycleEvent that has occurred
-