Answer the question
In order to leave comments, you need to log in
How to make a redirect to a file in the /WEB-INF/views/index.jsp project?
Hello.
earlier the files in the project folder were located like this
then the files in the project were placed like this
redirect in servlets stopped working correctly.
Tell me how and where it is necessary to make adjustments so that redirects work correctly?
Answer the question
In order to leave comments, you need to log in
RequestDispatcher dispatcher=getServletContext().getRequestDispatcher( "/WEB-INF/views/index.jsp" );
dispatcher.forward( request, response );
I had to return the classes folder several times from WEB-INF to the root and back,
https://coderanch.com/t/361829/java/JSP-HTML-files...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question