spring tomcat 报错

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring tomcat 报错相关的知识,希望对你有一定的参考价值。

安装版tomcat出错,非安装版tomcat正常

org.apache.catalina.startup.ContextConfig.processServletContainerInitializers Failed to process JAR found at URL [/vedio] for ServletContainerInitializers for context with name [1]
java.io.IOException: java.lang.ClassCastException: Cannot cast org.springframework.web.SpringServletContainerInitializer to javax.servlet.ServletContainerInitializer

    可能是配置文件路径不对

    在配置spring到tomcat里面的时候我们需要加一个listener,添加一个listener以后还要告诉tomcat去哪里找spring的applications。xml文件,所以还要添加一个context-param。就是说告诉tomcat去哪里加载spring配置文件

    在web.xml中没有引入applicationContext.xml,及其applicationContext-*.xml文件,或者是引入的路径错误

    GradeController.class有问题,class是编译后的文件。

参考技术A 异常明显创建Bean初始化失败了再提供setter方法无效仔细检查下看property name里面值否对应
pmancpxars参考哈·····追问

pmancpxars参考哈····· 是什么东西

springmvc报错500

框架SSM,问题无法访问到controller,初步怀疑是web.xml springmvc 里面有问题spring包4.0.4 jdk1.8 tomcat8eclipse编译不报错,tomcat跑起来不报错。进入页面才报错500,谢谢

参考技术A 你好!
根据异常信息,是itemsController中的service注入失败造成的。
发现在applicationContext-service.xml 中的service给注释掉了,是换成注解的方式了吗?
如果换成了@Service注解的方式,spring配置文件加载时,看看是否对注解进行了扫描。
希望对你有帮助!本回答被提问者采纳
参考技术B 问题解决了吗?请问怎么弄得?我遇到了一模一样的问题。配置也跟你的一样,找了很久不知道哪里错了

以上是关于spring tomcat 报错的主要内容,如果未能解决你的问题,请参考以下文章

spring mvc配置方法解释器后,启动Tomcat报错!

javaweb项目,tomcat启动异常报错,spring文件初始化问题,大神help

myeclipse2015不支持spring-web-4.1.3.RELEASE.jar怎么回事,tomcat部署项目启动报错

加了spring.jar和spring mvc需要的jar ,但是还是报错,找不到ContextLoaderListener

tomcat启动报错javax.naming.NamingException: Could not load resource factory class,spring启动失败

spring boot + jersey工程由jar包转为war包在tomcat中启动报错问题