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