我正在尝试使用 http://www.riotfamily.org/docs/quickstart.html在我的 Spring-java Web 应用程序中实现 Riot CMS
我得到了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)