码迷,mamicode.com
首页 > 移动开发 > 详细

No Spring WebApplicationInitializer types detected on classpath

时间:2015-07-01 17:56:22      阅读:1339      评论:0      收藏:0      [点我收藏+]

标签:

在activiti中配置使用mysql,加入mysql的jar包后,启动tomcat报如下错误

七月 01, 2015 3:14:49 下午 org.apache.catalina.core.ApplicationContext log
信息: No Spring WebApplicationInitializer types detected on classpath
七月 01, 2015 3:14:53 下午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring FrameworkServlet ‘dispatcher‘
七月 01, 2015 3:14:53 下午 org.apache.catalina.core.ApplicationContext log
信息: Destroying Spring FrameworkServlet ‘dispatcher‘ 

解决方法:

在web.xml中添加下面这行

<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
metadata-complete="true"
id="WebApp_ID" version="2.5">

No Spring WebApplicationInitializer types detected on classpath

标签:

原文地址:http://www.cnblogs.com/ZQ-BLOG/p/4613425.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!