Hi,
I am a Spring beginner and have just started creating an application.
I have created small spring applications, but this time i started getting issues in my web.xml.
I am using Eclipse ganymede and am working on a live project which works fine on this
IDE.
This new small app started giving trouble.
i am using:
1.
tomcat 6.0.29
as i start the server I get the following error "java.lang.NoClassDefFoundError: javax/servlet/ServletContextListener"
i have checked few forums but haven't found a concrete solution.
I don't understand whether its a classpath issue or spring issue or my code.
Because in Helios the server starts but the application fails to run (ie. my index.jsp)
here is my contextLoaderListener in my web.xml file:
============================
kindly suggest..
Regards
Pranay