為什么????已崩潰?。?!
HTTP Status 404 - /myfirstServletProject/servlet/HelloServlet
type Status report
message /myfirstServletProject/servlet/HelloServlet
description The requested resource is not available.
Apache Tomcat/7.0.54
HTTP Status 404 - /myfirstServletProject/servlet/HelloServlet
type Status report
message /myfirstServletProject/servlet/HelloServlet
description The requested resource is not available.
Apache Tomcat/7.0.54
2015-03-15
舉報
2015-03-15
404錯誤是你的路徑出了問題,好好檢查一下那里的路徑寫錯
2018-08-06
我的是xml文件中<url-pattern>/Servlet/HelloServlet</url-pattern>的Servlet首字母是小寫,改成大寫就OK了
2016-05-18
求教怎么解決的
2015-07-11
你的.jsp文件能夠運行嗎?我的servlet可以運行,但是.jsp文件不可以,求解決方法