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