Setting property 'source' to 'org.eclipse.jst.jee.server:web' did not find a matchin
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Setting property 'source' to 'org.eclipse.jst.jee.server:web' did not find a matchin相关的知识,希望对你有一定的参考价值。
这个问题困扰了好久,虽然只是tomcat的一个警告,但强迫症让我总觉得不舒服,搜索了好多文章才找到知乎上一篇处理的最好的。另外:能找谷哥,尽量不要度娘,太浪费时间。
具体操作如下:
默认情况下,server.xml的 Context元素不支持名称为source的属性,就出现该警告
双击eclipse下tomcat服务器,在出来的Tomcat server at localhost页面中找到
server options选项,选中其中的选项”Publish modual contexts to separat XML
files“,ctr+s,启动tomcat.
Tomcat 7.0不适用以上方法,应该用以下方法解决:
关闭tomcat,将Context的source属性去掉,然后将docBase属性指向默认的
wtpwebapps目录下对应的项目,暂未发现有什么问题。
如:<Context docBase="../wtpwebapps/sss" path="/" reloadable="true" />
下面是知乎原作者及原地址
作者:有铭
链接:https://www.zhihu.com/question/22298367/answer/30704992
来源:知乎
著作权归作者所有,转载请联系作者获得授权。
以上是关于Setting property 'source' to 'org.eclipse.jst.jee.server:web' did not find a matchin的主要内容,如果未能解决你的问题,请参考以下文章
警告: [SetContextPropertiesRule]{Context} Setting property 'source' to 'org.eclipse.jst.je
解决:Setting property 'source' to 'org.eclipse.jst.jee.server 的问题
Eclipse报错 Setting property 'source' to 'org eclipse jst jee
Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee(示例
部署时发出警告: [SetContextPropertiesRule]{Context} Setting property 'source' to 'org.eclipse.j
[SetContextPropertiesRule]Context Setting property 'source' to...did not find a matching pro