码迷,mamicode.com
首页 > Web开发 > 详细

eclipse使用tomcat打开maven项目时,报警告 警告: [SetContextPropertiesRule]{Context} Setting property 'source' to 'org.eclipse.jst.jee.server:wechatManage' did not find a matching property.

时间:2019-03-17 21:38:28      阅读:226      评论:0      收藏:0      [点我收藏+]

标签:doc   网上   org   tom   方法   base   XML   etc   tin   

我是Tomcat7.0,网上的一些做法根本实现不了!而且一个copy一个,真的烦。

我的解决方法:

将server.xml文件中的

<Context docBase="wechatManage" path="/wechatManage" reloadable="false" source="org.eclipse.jst.jee.server:wechatManage"/>

改成

<Context docBase="../wtpwebapps/wechatManage" path="/wechatManage" reloadable="true"/>

就好了。

文件的位置在左侧项目目录中的Servers的具体tomcat中(也就是你添加的tomcat)。

虽然这个方法也是在网上找的,但是找了2个小时才找,不知道是我的版本不符合大多数的人,所以解决方法不好用,还是好东西真的很难找,,,

eclipse使用tomcat打开maven项目时,报警告 警告: [SetContextPropertiesRule]{Context} Setting property 'source' to 'org.eclipse.jst.jee.server:wechatManage' did not find a matching property.

标签:doc   网上   org   tom   方法   base   XML   etc   tin   

原文地址:https://www.cnblogs.com/QiFengGrowing/p/10548863.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!