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

异常信息:

警告: [SetPropertiesRule]{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。

原文地址:http://blog.51cto.com/13508140/2059883

时间: 2024-08-04 19:09:46

Tomcat启动警告: [SetPropertiesRule]{Server/Service/Eng的相关文章

警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} 解决方法

Tomcat启动时出现红色警告内容 警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:web01' did not find a matching property. 解决方法: 选钩后点击保存

警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context}

警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to'org.eclipse.jst.j2ee.server:XXXXX' did not find a mat 从信息上看,是server.xml的Context节点不支持source属性.解决办法:     双击server,勾选上[Server Options]里面的[Publish module contexts to

警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server did not find a matching property.

JAVA WEB 提示: 警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:servlet1' did not find a matching property. 解决方法: 1.关闭tomcat服务器,如下图状态 2. 双击tomcat服务器,进入服务器配置界面 3.给server option中的Publish

警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context}Setting property 'source' to 'org.eclipse

当你用Eclipse运行web项目的时候,你就会看到控制台出现:WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:firstProject' did not find a matching property.这样的字样,说的是server.xml的Service标签里的Engine标签里的Host标签里的

警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclips

警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclips 一般解决方法: 把E:\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\wtpwebapps\ Unit_2_Program\WEB-INF\lib\javaee.jar) - jar not loaded. See Se

tomcat日志警告WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.

日志中有警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property. 跟踪后发现是连接池的配置问题: <Context path="/n" docBase="E:/xxx/war" debug="0" reloadable="true"

[SetPropertiesRule]{Server/Service/Engine/Host/Con

2015-6-12 11:51:33 org.apache.tomcat.util.digester.SetPropertiesRule begin 警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:operation-portal' did not find a matching property. 2015-6

Tomcat启动时警告:[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property &#39;source&#39; to &#39;org.eclipse.jst.jee.server:****&#39; did not find a matching property.

运行Tomcat时发出的警告,但是不影响项目的运行,原因是因为在部署项目时,Tomcat会在动在配置文件server.xml自动生成一行代码.如下: <Context docBase="WebDemo" path="/WebDemo" reloadable="true" source="org.eclipse.jst.jee.server:WebDemo"/></Host>. 默认情况下,Context

Tomcat启动超时问题Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds

Tomcat启动超时问题Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds 学习了:https://www.cnblogs.com/qupengkun/p/4897100.html 原来双击还可以出现内容: