最简单的Servlet程序+原理

文件结构目录
最简单的Servlet程序+原理_第1张图片

Servlet类写入代码

最简单的Servlet程序+原理_第2张图片

配置web.xml文件,注册写的Servlet类

最简单的Servlet程序+原理_第3张图片

http请求:
localhost:8080/ServletStudy/Servlet1
http响应:
执行Java类中对象的方法,比如doGet()方法
JSP页面显示(“Hello ,Servlet” )

你可能感兴趣的:(servlet,web.xml)