I have an old struts 1 app that has always been built using Ant, which I\'m converting to use Maven instead. The structure of my app is modular, with dependency management i
This was caused because of something like this in my case:
*.jsp /headerfooter/header.jsp /headerfooter/footer.jsp
The problem was actually I did not have header.jsp in my project. However the error message was still saying index_jsp was not found.