tomcat配置目录映射时间:2022-02-17 14:30:34修改server.xml,在<host>中添加<Context>,具体配置如下: <!-- 目录映射 --> <Context path="/upload" docBase="/data/upload" />