# MyTomcat **Repository Path**: iispeily/MyTomcat ## Basic Information - **Project Name**: MyTomcat - **Description**: 深入理解servlet,简单Tomcat实现 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###手动实现Tomcat和servlet,来个请求响应 ###启动: > Mytomcat main方法 ###测试: > http://localhost:8099/{url-pattern} ``` url-pattern web.xml配置 ``` ####依赖 ``` dom4j dom4j 1.6.1 ```