Even if the qualified name is
/dev/WebContent/jsp/result.jsp
The path for screen transition is
request.getRequestDispatcher("/WebContent/jsp/result.jsp").forward(request,response );
Not the above description
request.getRequestDispatcher("/jsp/result.jsp").forward(request,response );
Describe without WebContent. I get a 404 error when I have WebContent.