# 不用配置web.xml文件的servlet文件的创建方法
### 步骤按文件顺序来:
1.
![](https://box.kancloud.cn/fd97b468d67e57bd453de38d8ce3d2ab_812x355.PNG)
2. 图中`Class name `对应web.xml文件中的`<servlet-name>xxx</servlet-name>`
![](https://box.kancloud.cn/d4edea77e61f0c251dc81074c0417581_592x445.PNG)
3.图中`URL mapping`对应web.xml文件中的`<url-pattern>/xxx</url-pattern>`(**注意:/xxx中的斜杠一定不要漏写**
)![](https://box.kancloud.cn/35d8378c70ea0db53b1e994aef5a5b9c_575x559.PNG)
- servlet学习
- HTTP的概念和介绍
- servlet的概念和介绍
- 服务器
- servlet的生命周期
- 不用配置web.xml文件的servlet文件的创建方法
- 创建一个web项目
- service,doget,dopost方法的区别
- reuqest对象
- response对象
- servlet的使用流程
- 请求中文乱码解决
- 请求转发学习,request作用域,重定向
- 错误
- Httpservlet cannot be resolved to a type的原因与解决方法
- eclipse中创建servlet项目没有web.xml问题
- HttpServlet无法自动补全,无法导包
- 创建servlet后,web.xml没有自动配置
- 表单提交错误
- servlet常见错误