tomcat 7 WARNING: A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [/] does not meet these criteria and has been changed to []

解决方法:

将server.xml中的<Context docBase="../deploy" path="/" reloadable="true"/>改为<Context docBase="../deploy" path="" reloadable="true"/>即可。

相关文章:

  • 2022-12-23
  • 2021-06-07
  • 2022-01-24
  • 2021-09-27
  • 2021-04-29
  • 2021-12-16
  • 2022-12-23
  • 2021-05-20
猜你喜欢
  • 2021-07-02
  • 2022-12-23
  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
  • 2022-12-23
相关资源
相似解决方案