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

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"/>即可。

文章来自:http://www.cnblogs.com/zhjh256/p/6218566.html
© 2021 jiaocheng.bubufx.com  联系我们
ICP备案:鲁ICP备09046678号-3