I have a problem if I remove the .action extension inside my Struts2 application. I put this in my struts.xml:
.action
struts.xml
I had same issue, but solved!!!! If u use
in struts.xml then put welcome file as
index.jsp
in web.xml and give the action in struts.xml as follows
WEB-INF/login.jsp