当在Apache Tomcat 8.023中部署web工程时遇到'警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:strust' did not find a matching property.'。原因是server.xml中的Context元素不支持'source'属性。解决方法是更改Tomcat设置,将module contexts发布到单独的XML文件,或者在每个项目目录的META-INF下创建context.xml。
警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:strust' did not find a matching property.