您的位置:首页 > 运维架构 > Apache

去掉警告 org.apache.catalina.core.StandardContext setPath

2015-11-23 14:25 1686 查看
Nov 22, 2015 2:18:29 PM org.apache.catalina.core.StandardContext setPath

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 []

在tomcat的Server.xml里面,找到context。

如果你的context里面的path属性设置为null 或者 / 请直接删除掉。

原因在下面网页:

https://tomcat.apache.org/tomcat-8.0-doc/changelog.html

摘出来:

57216: Improve handling of invalid context paths. A context path should either be an empty string or start with a
'/'
and do not end with a
'/'
. Invalid context path are automatically corrected and a warning is logged. The
null
and
"/"
values are now correctly changed to
""
. (markt/kkolinko)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: