Example usage for javax.servlet ServletContextListener interface-usage

List of usage examples for javax.servlet ServletContextListener interface-usage

Introduction

In this page you can find the example usage for javax.servlet ServletContextListener interface-usage.

Usage

From source file com.ning.metrics.goodwill.binder.filters.SetupJULBridge.java

/**
 * Takes java.util.logging and redirects it into log4j.
 */
public class SetupJULBridge implements ServletContextListener {
    private static final org.apache.log4j.Logger log = org.apache.log4j.Logger.getLogger(SetupJULBridge.class);

From source file com.ning.metrics.action.binder.filters.SetupJULBridge.java

/**
 * Takes java.util.logging and redirects it into log4j.
 */
public class SetupJULBridge implements ServletContextListener {
    private static final org.apache.log4j.Logger log = org.apache.log4j.Logger.getLogger(SetupJULBridge.class);

From source file com.ning.metrics.collector.endpoint.setup.SetupJULBridge.java

/**
 * Takes java.util.logging and redirects it into log4j.
 */
public class SetupJULBridge implements ServletContextListener {
    private static final org.apache.log4j.Logger log = org.apache.log4j.Logger.getLogger(SetupJULBridge.class);

From source file be.fedict.trust.startup.listener.StartupServletContextListener.java

/**
 * Servlet context listener to start up the eID Trust Service system.
 * 
 * @author Frank Cornelis
 * 
 */

From source file org.hippoecm.hst.demo.servlet.SolrConfigContextListener.java

public final class SolrConfigContextListener implements ServletContextListener {

    private static final Logger log = LoggerFactory.getLogger(SolrConfigContextListener.class);

    private static final String SOLR_SOLR_HOME = "solr.solr.home";

From source file com.bbc.remarc.servlet.ResourceServletContextListener.java

/**
 * Servlet context listener to create a directory on the web server containing
 * sample resources (images, audio, video) - will be replaced when admin/file
 * upload is complete
 * 
 * @author a170632

From source file com.scf.web.context.BeforeSpringContextListener.java

/**
 * ???
 * @author wubin
 * @date 2016727 ?4:10:16 
 * @version V1.1.0
 */

From source file com.preserve.core.listener.StartupListener.java

/**
 * cat StartupListener
 *
 * @author <a href="http://www.noday.net">Noday</a>
 * @version , 2012-10-20
 * @since 

From source file com.knowbout.web.ApplicationInitializer.java

/**
 * 
 * @author fear
 */
public class ApplicationInitializer implements ServletContextListener {

From source file org.dicen.recolnat.services.context.ColaboratoryContextListener.java

/**
 * ContextListener implementation for loading and unloading resources (configuration, databases) when the WAR is deployed or undeployed. OrientDB memory cleanup is performed here.
 * @author dmitri
 */
@WebListener
public class ColaboratoryContextListener implements ServletContextListener {