sendRedirect不适用于jsp,但适用于html页面

时间:2016-03-05 06:12:49

标签: java servlet-3.0

> System.out.println("Coming here for Voting");
>       //response.sendRedirect("NewFile.html");-----> This is working
>       response.sendRedirect("Survey.jsp");-------> THis is not working getting 404 error.

HTML和JSP都位于相同的默认文件夹中。enter image description here

我尝试使用response.sendRedirect(“./ Survey.jsp”)也无法正常使用404

1 个答案:

答案 0 :(得分:1)

在您的代码拼写时,看起来您的程序中的jsp文件拼写为Servey调查