Hello,
i am new to spring and i have created an application using SpringMvc 3.0 famework. My issue is that when i run my application in eclipse juno on
Tomcat 7 i get the page not found error message.
I am assuming that my mapping is not done correctly.
Please see below my config:
Web.xml (path:market\src\main\webapp\WEB-INF\Web.xml) :
My file presentation.xml(path:market\src\main\resources\spring\presentation.xml)
this is my controller:
My login.jsp is found in the following folder :
market\src\main\webapp\WEB-INF\views\
Any ideas why i get the page not found error?
i should get the page login.jsp instead
thanks in advance.