2006-9-11 11:33:27 org.apache.catalina.loader.WebappClassLoader loadClass
信息: Illegal access: this web application instance has been stopped already (the eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact)
解决办法:
将tomcat的server.xml中的Context的reloadable设成false。
比如:<Context path="/expert" docBase="expert" debug="0" reloadable="false">
本文解决了一个关于Apache Tomcat中出现的非法访问问题,通过将Context的reloadable属性设置为false来避免已停止的Web应用程序实例被再次加载。

1700

被折叠的 条评论
为什么被折叠?



