ServletContextListener简单应用:统计访问人数 Java 标签: ServletContextListener 2011-01-06 阅读: 9992 在Servlet API中有这样一个ServletContextListener接口,他能过监听servletContext的生命周期,也就是web应用的生命周期。 servletContextListener接口中定义了两个方法,分