myeclipes2015启动tomcat服务器后出现警告,求大神支招

九月 29, 2015 11:56:17 上午 org.apache.tomcat.util.digester.SetPropertiesRule begin
警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:User' did not find a matching property.

这个是警告内容

警告可以不用管的。程序还是可以执行

以下是来自stackoverflow的回答。

the element in Tomcat's server.xml contains an unknown attribute source and that Tomcat doesn't know what to do with this attribute and therefore will ignore it.

意思是说tomcat的server.xml文件的Context元素里有一个不认识的属性source. 那个属性应该是myElipse给加上去的。无视就可以了。

不用管,直接无视就行