Hi I have Simple spring MVC Example & trying to execute, but not working. Please help & advice where i am wrong. I am posting my code as below.
Login Form :
Web.xml
dispatcher-servlet.xml
Controller Class.
I have two more
java files
1) Login.java(Gettar,Settar for name & pass fields).
2) LoginProcess(To validate the user)
Attached is the directory structure for the same. Login Form display fine & after submit this form it show 404 error for (/SpringLoginMVC/validUser.jsp). There is no error message on console. Also i observe controller not invoked as ======controller====== message not shows in console.
Thanks.