源码下载
下载地址:https://tomcat.apache.org/download-80.cgi
配置
1.解压下载好的源码包 apache-tomcat-8.5.57-src.zip
2.解压好后,在解压后的目录apache-tomcat-8.5.57-src下添加pom.xml
pom.xml文件的内容如下
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.tomcat</groupId>
<artifactId