我正在尝试使用Riot CMS实现我的Spring-java Web应用程序 http://www.riotfamily.org/docs/quickstart.html
我使用:
获得了skeleton.zip和代码 wget http://riotfamily.org/setup.xml && ant -f setup.xml
然后导入代码以在eclipse中实现相同的功能...构建成功但404使用java.lang.ClassNotFoundException
。
我的步骤有什么错误吗?
[编辑] 错误消息是:
Error configuring application listener of class
org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException:
org.springframework.web.context.ContextLoaderListener at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1676)
答案 0 :(得分:1)
我认为你错过了spring-web.jar
依赖。这个jar包含你的应用程序抱怨的类。