Package org.apache.geronimo.tomcat.stats

Examples of org.apache.geronimo.tomcat.stats.ModuleStats


        if (resources == null) {
            throw new IllegalStateException("JNDI environment was not set up correctly due to previous error");
        }
        DirContextURLStreamHandler.bind(classLoader, resources);
        if (context instanceof StandardContext)
            statsProvider =  new ModuleStats((StandardContext)context);

        log.debug("TomcatWebAppContext started for " + path);
    }
View Full Code Here


        if (resources == null) {
            throw new IllegalStateException("JNDI environment was not set up correctly due to previous error");
        }
        DirContextURLStreamHandler.bind(classLoader, resources);
        if (context instanceof StandardContext)
            statsProvider =  new ModuleStats((StandardContext)context);

        log.debug("TomcatWebAppContext started for " + path);
    }
View Full Code Here

        if (resources == null) {
            throw new IllegalStateException("JNDI environment was not set up correctly due to previous error");
        }
        DirContextURLStreamHandler.bind(classLoader, resources);
        if (context instanceof StandardContext)
            statsProvider =  new ModuleStats((StandardContext)context);

        log.debug("TomcatWebAppContext started for " + path);
    }
View Full Code Here

TOP

Related Classes of org.apache.geronimo.tomcat.stats.ModuleStats

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.