考虑以下层次结构:
当我像这样发送重定向:
response.sendRedirect("error404.jsp"); // no path here !!!
我到达页面error404.jsp。
但当我使用一条路径时:
String addressPath = "/WEB-INF/results/admin/adminPage.jsp";
response.sendRedirect(addressPath); // with path !!!
我得到404:
HTTP Status 404 -
type Stat
我想在eclipse ide中使用spring和hibernate构建简单的maven登录页面,但却遇到了http 404错误。当我在tomcat服务器中运行应用程序时,index.jsp文件加载,当我单击登录链接时,它显示http status404error。如何让eclipse识别jsp文件的路径。如果我提到路径为"N:\java\SpringHibernate\src\main\webapp\WEB-INF\pages\login.jsp“,它将显示内容以及在login.jsp文件中写入的标记。如何解决这个问题。提前谢谢。this is my project structur
我使用的是14.09 Ubuntu版本。当我将系统更新到16.04时,我得到了错误
更新过程中出现了一个问题。这通常是某种网络问题,请检查您的网络连接并重试。
但是我的连接是稳定的,我使用的是主服务器,那么问题会是什么呢?
W:Failed to fetch http://security.ubuntu.com/ubuntu/dists/xenial-security/restricted/binary-arm64/Packages 404 Not Found [IP: 91.189.88.162 80]
W:Failed to fetch http://security.ubuntu.c