posted 12 years ago
Hi Guys,
I am trying to build up a simple login app using struts1. but every time i am clicking on login button i am getting http 404 requested resource (/login) not found. I have tried by googling and do some changes in xml files (both web.xml and struts-config.xml) but could not getting through.
The requested resource (/login) is not available.
Can any body take a look on files and let me know what i am doing wrong ?
strust-config.xml is as follows :-
and web.xml is
login.jsp :
LoginAction.java:-
Thanks,
Manish