posted 17 years ago
Hi.
I have integrated spring in to my struts2 application but when it runs it throws the following exception. I'm having spring.jar in the classpath and it contains the org.springframework.web.context.ContextLoaderListener class.
So can you please tell me how can i get rid of this exception?
"SEVERE: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener"
Thanks
Harshani