This the file web.xml in WEB-INF
I think you are missing the context loader listener(to pick your spring context file(s)).
Add this to your web.xml
org.springframework.web.context.ContextLoaderListener
You could also check out the Initial web configuration section @ http://static.springsource.org/spring/docs/2.0.x/reference/beans.html