Servlet forward to another JSP page
Hi I can't seem to get the path to forward to another page within my servlet.
I have one page which makes a call to servlet then that servlet redirects to a different page.
The page I want to be redirected to lives under /content/magazine
I tried this but doesn't work:
RequestDispatcher requestDispatcher = request.getRequestDispatcher("/content/Magazine.html");