运行spring程序时出现tomcat错误

时间:2012-03-14 07:08:35

标签: spring

我在春天运行你好的世界程序与eclipse工作正常但是当我在tomcat中单独运行时它会显示错误

rg.springframework.beans.factory.BeanCreationException:创建名称为' urlMapping'的bean时出错在ServletContext资源[/WEB-INF/dispatcher-servlet.xml]中定义:无法解析对bean' helloController'的引用设置bean属性' urlMap' with key [TypedStringValue:value [/hello.html],target type [null]];嵌套异常是org.springframework.beans.factory.CannotLoadBeanClassException:找不到名为' helloController'的bean的类[net.roseindia.web.HelloWorldController]。在ServletContext资源中定义[/WEB-INF/dispatcher-servlet.xml];嵌套异常是java.lang.ClassNotFoundException:net.roseindia.web.HelloWorldController

1 个答案:

答案 0 :(得分:0)

看起来net.roseindia.web.HelloWorldController不在您的类路径中。