實際開發中,為了避免複製檔案(靜態資源,JSP,class, jar) 到 webapps,常常需要配置 virtual webapp ,例如:假定 webapp 的路徑為 /Users/theuser/mywebapp,靜態資源位於/Users/theuser/mymovies 和 /Users/theuser/mypictures 下,專案整體結構如下:
實際開發中,為了避免複製檔案(靜態資源,JSP,class, jar) 到 webapps,常常需要配置 virtual webapp ,例如:假定 webapp 的路徑為 /Users/theuser/mywebapp,靜態資源位於/Users/theuser/mymovies 和 /Users/theuser/mypictures 下,專案整體結構如下:
現在將三個目錄聚合為一個虛擬 webapp,在 tomcat 的 conf/server.xml 中的 <host> 下配置:搞定,現在訪問 localhost:8080/mywebapp/pictures 可以得到圖片訪問 localhost:8080/mywebapp/movies 可以得到影片上述內容,參考:Apache Tomcat 7 Configuration Reference (7.0.62) 的 virtual webapp 部分。其他可能幫到你的帖子:會計轉行從事IT,如何在一年時間內全職學習? - Night Silent 的回答