ankie 0 Newbie Poster

Hello people,
I am trying to run a simple web application using spring in eclipse.
My directory structure is as follows:
Java Resources: src
A.java
DispatchController.java
Libraries:
Spring.jar,Spring-webmvc.jar,Commons-logging.jar,
WebContent:
index.jsp
view.jsp
WEB-INF:
web.xml
dispatch-servlet.xml
Application-context.xml

I am using a Tomcat server. When i click on the link on my jsp page, it is simply not accessing web.xml. It says 'Page cannot be displayed'. So the servlet mapping doesnt happen.
How am I supposed to structure my program, if that is the error? If not, how do I go about it??Please do help me run a simple application.