转载自:http://zhang-yingjie-qq-com.iteye.com/blog/313284
[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.j2ee.server:*' did not find a matching property.
出现SetPropertiesRule警告的原因是因为Tomcat在server.xml的Context节点中不支持source属性
<Context docBase="..." path="/cont" source="org.eclipse.jst.j2ee.server:*"/>
解决方法是在Server的配置界面中选中"Publish module contexts to separate XML files"选项。
出现SetPropertiesRule警告的原因是因为Tomcat在server.xml的Context节点中不支持source属性
<Context docBase="..." path="/cont" source="org.eclipse.jst.j2ee.server:*"/>
解决方法是在Server的配置界面中选中"Publish module contexts to separate XML files"选项。
本文讨论了在使用Tomcat部署应用时遇到的SetPropertiesRule警告问题,指出原因在于Context节点不支持source属性,并提供了在Server配置界面中启用Publish module context to separate XML files选项来解决此问题的方法。
1216

被折叠的 条评论
为什么被折叠?



