Hello, 
2 differents files named index.jsp, exist in annotations example.
But they are differents, and not in the same directoryDo we need this 
sendRedirect ?
GitHub  apache/struts-examples/annotations/
1 ) src/main/webapp/index.jsp

2 ) src/main/webapp/WEB-INF/content/index.jsp
<% response.sendRedirect("/index.jsp"); %>

Reply via email to