Hi there
I am trying to go through spring in action third edition.
I am trying to implement a basic login and url security. I am not getting any login page. Here is my web.xml
Here is my application context xml name servlet-context.xml
here is my security xml
I have two controller. for admin I have one controller
I dont have any login or index
jsp. when I go to
http://localhost:8080/App/admin it gives me 400 page not found error