Class 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.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void lifecycleEvent​(LifecycleEvent event)
      Acknowledge the occurrence of the specified event.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FixContextListener

        public FixContextListener()