1、 虛擬目錄的根目錄
自己指定乙個檔案系統目錄為web站點的根目錄,在server.xml中在元素中間增加:
2、 虛擬目錄的子目錄
(1) 在server.xml中在元素中間增加:
(3) 打成乙個war包,在server.xml檔案中進行配置
部署描述符和預設頁面
tomcat/conf/web.xml
每乙個web應用程式虛擬子目錄下web-inf/web.xml
兩個web站點:
主機名site1 http://site1:8080/index.html
主機名site2 http://site2:8080/index.html
http://主機名:8080/index.htm
conf/server.xml虛擬主機的設定
web站點:8080
web站點:8081
設定web站點的虛擬子目錄
使用server.xml檔案中的元素
特定目錄中的xml檔案中包含元素
tomcat 5.x的 function criadiretoriovirtual byval vdirname as string,byval serverid as string,byval vdirpath as boolean as directoryentry dim newvdir as directoryen... web專案中會遇到這樣的問題,當在伺服器重新部署時此前上傳的之類的資源全都會沒了,那麼有沒有個好辦法了。好的,tomcat虛擬目錄能幫我們解決這問題。首先第一步是要去修改tomcat目錄中的server.xml檔案 路徑 tomcat home conf server.xml 和web.xml 路徑... 虛擬目錄的建立 開啟tomcat的conf中的server.xml,新增 例如 這樣我們就能通過http localhost 8080 xmgl訪問到d盤下面的shop專案。但是這樣做每次修改server.xml檔案都要重啟tomcat生效,所以推薦使用如下方法 在conf中的catalina中的l...建立虛擬目錄
tomcat虛擬目錄
Tomcat虛擬目錄