servlet错误:
HTTP Status 404 - /servlet/helloservlet
description The requested resource (/servlet/helloservlet) is not available
<servlet-mapping>
<servlet-name>helloservlet</servlet-name>
<url-pattern>/servlet/helloservlet</url-pattern>
在URL输入:http://localhost:8080//servlet/holloservlet 结果一直报错。无语中啊。
最后发现url应该是写:http://localhost:8080//servlet1//servlet/holloword;要将project写进来。