Hi,
I'm new to Spring So I'm develop some Spring MVC application. But I got 404 error. Here is the code.
HelloController.java
hello.jsp
web.xml
springapp-servlet.xml
ref :
http://static.springsource.org/docs/Spring-MVC-step-by-step/part1.html
When I'm going to run on
tomcat server I got the following Exception
What is the wrong with this code ? Please give a help to run this.