程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> web.xml-404錯誤The requested resource is not available.

web.xml-404錯誤The requested resource is not available.

編輯:編程綜合問答
404錯誤The requested resource is not available.

路徑是按web.xml配置的路徑,但是還是顯示404錯誤

This is the description of my J2EE component
This is the display name of my J2EE component
DeleteStuServlet
servlet.DeleteStuServlet

<servlet-mapping>
<servlet-name>DeleteStuServlet</servlet-name>
<url-pattern>/servlet/DeleteStuServlet</url-pattern>

訪問時是這樣的:
<a href=../servlet/DeleteStuServlet?stu_id=<%=rs.getString(3)%>>刪除</a>

最佳回答:


前面../代表父路徑,,可能是路徑的問題,,建議樓主用絕對路徑試一下,,${pageContext.request.contextPath}/servlet/DeleteStuServlet試試

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved