Tomcat无法管理
<Tomcat安装目录>/webapps
目录以外的Web应用程序
在server.xml中配置虚拟目录 ,在linux上docBase一定要设置绝对路径。
<Context path="/imgDetail" docBase="/usr/soft/pictureServer/img/resource"/>
配置前访问图片路径:http://localhost:8080/imgDetail/201809/20180926/365429f610824a0d83ae499f1533889c.jpg
配置后访问图片路径:http://localhost:8080/pictureServer/img/resource/201809/20180926/365429f610824a0d83ae499f1533889c.jpg