错误现象

用idea+tomcat调试项目时,报错[Unable to compile class for JSP] with root cause
java.lang.IllegalArgumentException: Negative time

原因

[Unable to compile class for JSP] with root cause java.lang.IllegalArgumentException: Negative time
配置路径时候application context 多了最后的/
在启动tomcat的时候,有警告 A context path must either be an empty string or start with a ‘/’ and do not end with a ‘/’.

解决方法

去掉application context 多了最后的/

相关文章:

  • 2021-09-19
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-23
  • 2021-09-25
  • 2021-07-16
  • 2021-08-13
相关资源
相似解决方案