码迷,mamicode.com
首页 > 其他好文 > 详细

tomcat启动提示server.xml的context节点中不支持source属性警告的解决方法

时间:2014-09-28 12:57:32      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:http   io   os   使用   ar   strong   for   sp   art   

Tomcat启动时提示:

 

2011-4-17 0:33:27 org.apache.tomcat.util.digester.SetPropertiesRule begin

警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property ‘source‘ to ‘org.eclipse.jst.j2ee.server:Epai-0.1‘ did not find a matching property.

[SetPropertiesRule]警告的原因是Tomcat6.0的server.xml的context节点中不支持source属性,详细可以访问tomcat.apache.org,具体相关内容是:

For Tomcat 6, unlike Tomcat 4.x, it is NOT recommended to place <Context> elements directly in the server.xml file. This is because it makes modifying the Context configuration more invasive since the mainconf/server.xml file cannot be reloaded without restarting Tomcat.

通关官网文档就可以轻松找到解决办法了。

这里通过修改Tomcat server配置(使用的是eclipse)。关闭server,然后在server视图中双击server,打开配置界面,选中下面的”Publish module contexts to separate XML files”,保存退出

tomcat启动提示server.xml的context节点中不支持source属性警告的解决方法

标签:http   io   os   使用   ar   strong   for   sp   art   

原文地址:http://www.cnblogs.com/myfield/p/3997928.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!