# apache-tomcat-8.5.50-src **Repository Path**: goupan1996/apache-tomcat-8.5.50-src ## Basic Information - **Project Name**: apache-tomcat-8.5.50-src - **Description**: idea中构建的tomcat8.5版本的源码环境 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # apache-tomcat-8.5.50-src #### 介绍 idea中构建的tomcat8.5版本的源码环境 #### 安装教程 1. 将源码⼯程导⼊到 IDEA 中 2. 给 tomcat 的源码程序启动类 Bootstrap 配置 VM 参数,因为 tomcat 源码运⾏也需要加载配置⽂ 件等。 配置参数如下:(目录改为自己的即可) ```` -Dcatalina.home=D:\resources\gitRepo\gitSourceCode\TomcatSourceCode\apache-tomcat-8.5.50-src\source -Dcatalina.base=D:\resources\gitRepo\gitSourceCode\TomcatSourceCode\apache-tomcat-8.5.50-src\source -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=D:\resources\gitRepo\gitSourceCode\TomcatSourceCode\apache-tomcat-8.5.50-src\source\conf\logging.properties