tomcat启动maven工程失败

[INFO] Scanning for projects...
[INFO]

[INFO] ------------------------------------------------------------------------
[INFO] Building com.kangwei 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> tomcat7-maven-plugin:2.2:run (default-cli) @ com.kangwei >>>
[WARNING] The POM for com.oracle:ojdbc6:jar:11.2.0.1.0 is missing, no dependency information available
[WARNING] The artifact org.apache.commons:commons-io:jar:1.3.2 has been relocated to commons-io:commons-io:jar:1.3.2
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ com.kangwei ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ com.kangwei ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] <<< tomcat7-maven-plugin:2.2:run (default-cli) @ com.kangwei <<<
[WARNING] The artifact org.apache.commons:commons-io:jar:1.3.2 has been relocated to commons-io:commons-io:jar:1.3.2
[INFO]
[INFO] --- tomcat7-maven-plugin:2.2:run (default-cli) @ com.kangwei ---
[INFO] Running war on http://localhost:8888/com.kangwei
[INFO] Using existing Tomcat server configuration at F:\workspace\kangwei_platform\target\tomcat
[INFO] create webapp with contextPath: /com.kangwei
七月 18, 2017 2:35:25 下午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["http-bio-8888"]
七月 18, 2017 2:35:25 下午 org.apache.catalina.core.StandardService startInternal
信息: Starting service Tomcat
七月 18, 2017 2:35:25 下午 org.apache.catalina.core.StandardEngine startInternal
信息: Starting Servlet Engine: Apache Tomcat/7.0.47
七月 18, 2017 2:35:32 下午 org.apache.catalina.core.ApplicationContext log
信息: No Spring WebApplicationInitializer types detected on classpath
七月 18, 2017 2:35:32 下午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/D:/maven/repository_ssh/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/D:/maven/repository_ssh/org/apache/activemq/activemq-all/5.11.2/activemq-all-5.11.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
七月 18, 2017 2:35:34 下午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring FrameworkServlet 'kangwei_platform'
七月 18, 2017 2:35:35 下午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["http-bio-8888"]

原因很多啊,你报错信息呢?

这还是没启动吧?你重新启动多等一会?

已经启动了,但是你的common-io.jar应该有问题

一直没停??
1,建议看看你tomcat里context的reloadable属性设置为true?
如果reloadable为true,你修改文件后tomcat会重新加载项目。
2.如果你用的是mybatis,建议你看看实体xml,是否有配置不对的地方

图片说明

1、检查web.xml配置中关于spring的配置是否有问;2. spring必要的jar包是否导入完整