Setting property 'source' to 'org.eclipse.jst.jee.server:study' did not find a matching property.
之所以会出现警告,是因为在默认情况下server.xml的 Context元素不支持名称为source的属性,但是虽然出现警告,但是也不影响正常的运行。
如果想要清除这个警告,可以采用以下的步骤。

步骤1

打开servers->双击Tomcat->在Server中选中Publish module contexts to separate XML files
Setting property 'source' to 'org.eclipse.jst.jee.server:study' did not find a matching property.

步骤2

可能会出现新的报错信息,如下图所示

Setting property 'source' to 'org.eclipse.jst.jee.server:study' did not find a matching property.

步骤3

将服务器停止运行

Setting property 'source' to 'org.eclipse.jst.jee.server:study' did not find a matching property.

步骤4

保存退出

如果是8.0以下的估计已经解决问题啦。
但是如果还是有警告的话,再 加一步吧。

步骤5

右键–>移除里面已经添加的所有工程,然后右键–>Clean清空项目虚拟目录里的文件,然后重新运行程序,这下应该就可以了。

Setting property 'source' to 'org.eclipse.jst.jee.server:study' did not find a matching property.

相关文章:

  • 2021-12-05
  • 2022-01-07
  • 2021-09-29
  • 2021-07-04
  • 2021-08-07
  • 2022-12-23
  • 2022-12-23
  • 2022-01-09
猜你喜欢
  • 2021-12-18
  • 2021-11-07
  • 2021-06-17
  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
  • 2021-09-20
相关资源
相似解决方案