SERVER启动时did not find a matching property错误解决办法
(2014-11-25 11:17:02)
标签:
tomcat启动警告didnotfindamatchingp |
分类: Java、JavaScript等相关技术 |
警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context}
Setting property 'source' to 'org.eclipse.jst.j2ee.server:BBSDemo'
did not find a matching property.
2008-11-9 16:27:59 org.apache.catalina.core.AprLifecycleListener
init
1.首先,确保你的服务是出于关闭的状态;
2.双击你 eclipse 下方 Servers 卡片里的服务器,比如我的是 Tomcat v6.0 Server at
localhost,双击后将弹出一个关于此服务器配置信息的预览窗口;
3.在该窗口下方有个 Server Options 卡片,请将 Publish module contexts to separate
XML files 前面的复选框勾上并保存;
4.重新启动你的服务,此时查看 eclipse 控制台信息,发现那刺眼的红色警告信息没有了,恭喜你,这说明问题解决了。
前一篇:SSI框架下动态数据源的解决方案