# tomcat-study **Repository Path**: hong_007/tomcat-study ## Basic Information - **Project Name**: tomcat-study - **Description**: Tomcat Study - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-01-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tomcat-study 1. 自己手写一个简单的Tomcat https://my.oschina.net/liughDevelop/blog/1790893 2.使用URLClassLoader加载外部文件时遇到的坑: javax.servlet javax.servlet-api 3.1.0 这里的依赖scope不能设为provided,否则加载时会找不到类。 具体参考:maven依赖关系中Scope的作用 https://www.cnblogs.com/asingna/p/5234908.html