Whenever my web application starts, I need to provide the welcome or index or first file inside the <welcome-file-list>
.
There after, I am able to post requests to the struts engine using actions in <s:form>
or in <s:a>
I want to load the index page or the first page of my web application through Struts 2 i.e. the initial request itself should pass through the engine, and the response should come from the engine only, is it possible?