I have a servlet which do a getServletConfig().getServletContext().getRequestDispatcher("index.jsp") .forward(request, response)
and Jetty is not locating the index.jsp file.
I have set the “setResourceBase” to the location of the jsp, but it does not works.
Anyone figure the problem?
I have a servlet which do a getServletConfig().getServletContext().getRequestDispatcher(index.jsp) .forward(request, response) and Jetty is not
Share
did you set