Class CockpitContainerBootstrap

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

    public class CockpitContainerBootstrap
    extends java.lang.Object
    implements javax.servlet.ServletContextListener
    A servlet context listener that bootstraps cockpit on a running Camunda Platform.
    Author:
    nico.rehwaldt
    • Constructor Detail

      • CockpitContainerBootstrap

        public CockpitContainerBootstrap()
    • Method Detail

      • contextInitialized

        public void contextInitialized​(javax.servlet.ServletContextEvent sce)
        Specified by:
        contextInitialized in interface javax.servlet.ServletContextListener
      • contextDestroyed

        public void contextDestroyed​(javax.servlet.ServletContextEvent sce)
        Specified by:
        contextDestroyed in interface javax.servlet.ServletContextListener