# WebServer_v13 **Repository Path**: nsgxa/WebServer_v13 ## Basic Information - **Project Name**: WebServer_v13 - **Description**: 一个Demo版的Tomcat服务器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-20 - **Last Updated**: 2021-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java ## README 本次改动: 在Server类初始化时添加对conf/web.xml中首页配置的 加载 在web-apps/ROOT/中添加服务器默认首页面 修改WebServer中的ClientHandler,当判定请求资源路径 没有请求任何实际应用项目中的业务或资源时,访问默认首页 即:http://localhost:8080/ 输入上述地址,则跳转默认首页 http://localhost:8080/web/index.html