Hello to all Spring expert,
I am learning Spring framework and try to get some on-hand experience by following the tutorial at
http://static.springframework.org/docs/Spring-MVC-step-by-step/index.html
My environment is followed
IDE: Eclipse 3.4.2
Server: Tomcat-6.0.18
JDK:1.6.0
But for some unknown reason, when I start
Tomcat server and
My /springapp/WebContent/WEB-INF/springapp-servlet.xml seems to have some problem
Instead of start making use of the bean, I have the following error instead
Does anyone know what cause this and how to fix it?