Currently I am facing the issue with Wildfly 10.1.0 Same web application working perfectly on Wildfly8.1.0 where as it is not working on Wildfly 10.1.0 when the servlet redirects to jsp by response.sendRedirect("xxxxx/abc.jsp"); we are getting 404 error.