VersionLoggerListener,SecurityListener,AprLifecycleListener,JasperListener,JreMemoryLeakPreventionListener,GlobalResourcesLifecycleListener,ThreadLocalLeakPreventionListene
VersionLoggerListener,启动时对tomcat,java,操作系统信息打印日志。
<Listener className="org.apache.catalina.startup.VersionLoggerListener" />
SecurityListener,启动tomcat时,做一些安全检查。
<Listener className="org.apache.catalina.security.SecurityListener" />
AprLifecycleListener,用来监听Apache服务器相关的。
<Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
JasperListener,Jasper 2 JSP 引擎,主要负责对更新之后的jsp进行重新编译。
<Listener className="org.apache.catalina.core.JasperListener" />
JreMemoryLeakPreventionListener,防止内存溢出的监听器。
<Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener" />
GlobalResourcesLifecycleListener,初始化定义在元素GlobalNamingResources下的全局JNDI资源
<Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
ThreadLocalLeakPreventionListener,防止ThreadLocal溢出监听器。
<Listener className="org.apache.catalina.core.ThreadLocalLeakPreventionListener" />
正在加载评论...
相关文章
- jstl forEach逆序,C标签倒叙输出,遍历list集合
- Struts2中struts.multipart.maxSize设置
- tomcat启动maven工程报错-Updating status for Tom...
- Mybatis的foreach事列,如何获取foreach的index值
- java的StringEscapeUtils转义与反转义
- java后台遍历json
- Java的break和continue语句分析
- java拦截器HandlerInterceptor的preHandle、postHa...
- ERROR ParametersInterceptor Developer Notificat...
栏目列表
推荐阅读
- 512M,2G,4G,8G服务器正确优化tomcat配置
- org.apache.tomcat.util.http.parser.Cookie.logInvalidHeader A cookie header was received
- Tomcat域名或IP地址访问方式配置方法
- tomcat,jdk如何配置环境变量
- tomcat配置多端口,线程配置,内存优化和server.xml配置
- windows电脑 Maven安装配置
- Tomcat访问Manager报403错误,org.apache.catalina.valves.RemoteAddrValve访问ip控制
- 在windows中查看和杀死tomcat进程
- After eviction approximately [9,271] KB of data remained in the cache
- The valid characters are defined in RFC 7230 and RFC 3986
- 在windows服务器环境下配置tomcat服务开机自启动
- Tomcat管理界面进行卸载部署undeploy项目时不能删除jar文件
- 在Tomcat的Host中,用Parameter设置连接数据库等参数
- Java中boolean默认值与Boolean默认值是不同的
- java.lang.OutOfMemoryError: PermGen space
- jar命令替换war包中的properties文件,jar解压命令,jar打包命令
- org.apache.catalina.webresources.Cache getResource
- tomcat配置域名https证书,添加80和443端口,http重定向到https