发表于 2018-12-4 08:25:19

Tomcat启动警告: [SetPropertiesRule]{Server/Service/Eng

  异常信息:
  警告: {Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server: ' did not find a matching property.
  异常原因:
  默认情况下,server.xml的 Context元素不支持名称为source的属性。
  解决方法:
  关闭tomcat;
双击eclipse下tomcat服务器;
在出来的Tomcat server at localhost页面中找到server options选项;
选中Sever Options中的 ”Publish modual contexts to separat XML files“;
ctr+s后再启动tomcat。



页: [1]
查看完整版本: Tomcat启动警告: [SetPropertiesRule]{Server/Service/Eng