I am trying to implement Riot CMS to my Spring-java web application using
http://www.riotfamily.org/docs/quickstart.html
I got skeleton.zip and code using:
wget http://riotfamily.org/setup.xml && ant -f setup.xml
Then imported the code to implement the same in eclipse…build is successful but 404 with java.lang.ClassNotFoundException.
Any mistake in my steps ?
[EDIT]
The error message is:
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)
I think you are missing the
spring-web.jardependency. This jar contains the class your application is complaining about.