您的位置:首页 > 编程语言 > Java开发

maven项目Setting property 'source' to 'org.eclipse.jst.jee.server:abc-did not find a matching property

2016-10-18 17:26 447 查看
具体的报错如下

十月 18, 2016 5:21:06 下午 org.apache.catalina.core.AprLifecycleListener init
信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on
the java.library.path: D:\softwork\jdk1.7.0_55\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;
D:\softwork\jdk1.7.0_55\jre\bin;D:/softwork/jdk1.7.0_55/bin/../jre/bin/client;
D:/softwork/jdk1.7.0_55/bin/../jre/bin;D:/softwork/jdk1.7.0_55/bin/../jre/lib/i386;
D:\oracle\app\product\11.2.0\dbhome_1\bin;D:\softwork\apache-tomcat-7.0.20\apache-tomcat-7.0.20\lib;
D:\softwork\jdk1.7.0_55/bin;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;
C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;
C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;
C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;
C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;
D:\softwork\apache-maven-3.0.5-bin\apache-maven-3.0.5\bin;C:\Program Files\TortoiseSVN\bin;D:\softwork\;
C:\Program Files (x86)\IDM Computer Solutions\UltraEdit;C:\Users\user\AppData\Roaming\npm;D:\softwork\ssh\ssh;D:\softwork\eclipse\eclipse;;.
十月 18, 2016 5:21:06 下午 org.apache.tomcat.util.digester.SetPropertiesRule begin
警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:abc-demo'
did not find a matching property.
十月 18, 2016 5:21:07 下午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["http-bio-8090"]
十月 18, 2016 5:21:07 下午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["ajp-bio-8009"]
十月 18, 2016 5:21:07 下午 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 639 ms
十月 18, 2016 5:21:07 下午 org.apache.catalina.core.StandardService startInternal
信息: Starting service Catalina
十月 18, 2016 5:21:07 下午 org.apache.catalina.core.StandardEngine startInternal
信息: Starting Servlet Engine: Apache Tomcat/7.0.20


解决办法

见我博客:http://blog.csdn.net/wabiaozia/article/details/51203194 中 图10-13

我的所有博客目录:http://blog.csdn.net/wabiaozia?viewmode=contents
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐