# 手写简单的tomcat **Repository Path**: fy_qs/handwritten-simple-tomcat ## Basic Information - **Project Name**: 手写简单的tomcat - **Description**: tomcat - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-18 - **Last Updated**: 2023-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 手写简易的tomcat 1.实现server类用于启动服务和监听端口并接受客户端请求, 2.解析http请求报文, 3.根据请求路径查找对应的资源或者servlet, 4.最后输出流将响应报文返回客户端