HelloServlet
zjt.HelloServlet
HelloServlet
/hello
http://localhost:8080/02_servlet/hello
http:// 表示协议
localhost 服务器ip
:8080 服务器端口号
/02_servlet 工程路径
/hello 资源路径

HelloServlet
zjt.HelloServlet
HelloServlet
/hello
http://localhost:8080/02_servlet/hello
http:// 表示协议
localhost 服务器ip
:8080 服务器端口号
/02_servlet 工程路径
/hello 资源路径