The reason for the error is a new listener in Tomcat 6.0.24. You can fix this error by adding this line:

org.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES=false

to the "conf/catalina.properties" file in your tomcat directory.

相关文章:

  • 2021-06-21
  • 2022-01-26
  • 2022-12-23
  • 2022-12-23
  • 2021-09-09
  • 2022-02-12
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-03-31
  • 2022-12-23
  • 2021-06-16
  • 2021-08-15
相关资源
相似解决方案