I\'m getting started with Spring and I want to create a fairly simple webapp.
First I have a my web.xml
<
You could try replacing the ClassPathXmlApplicationContext with XmlWebApplicationContext, may be? Since session is a web related scope.
ClassPathXmlApplicationContext
XmlWebApplicationContext