I would like to load a jsp file from a servlet-class I got in my App Engine project. I has been able to load jsp files by adding them to the web.xml file but is there any way to load them directly from a servlet class?
Edit: I have tried this without success (no error msg or anything) req.getRequestDispatcher("file.jsp").forward(req, resp);