当我启动连接到我的Java EE项目的Tomcat服务器时,我收到下面列出的错误。另外两个人正在使用与Eclipse / Tomcat / Java相同的存储库,并且没有任何问题。它创建了我的包层次结构,但缺少类。 Tomcat开发了我的WEB-INF / classes / com文件夹,但内容都是空的。谁能帮我这个?谢谢。
SEVERE: Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping#0' defined in ServletContext resource [/WEB-INF/LightStanza-servlet.xml]: Initialization of bean failed; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [com.lightfoundryllc.lightstanza.login.LoginValidator] for bean with name 'loginValidator' defined in ServletContext resource [/WEB-INF/LightStanza-servlet.xml]; nested exception is java.lang.ClassNotFoundException: com.lightfoundryllc.lightstanza.login.LoginValidator
答案 0 :(得分:0)
感谢您的帮助。我为TOMCAT_HOME和PATH设置了我的环境变量,现在似乎正在运行:)。