84669 人學習
152542 人學習
20005 人學習
5487 人學習
7821 人學習
359900 人學習
3350 人學習
180660 人學習
48569 人學習
18603 人學習
40936 人學習
1549 人學習
1183 人學習
32909 人學習
Eclipse中的 “context root” 和 “content directory” 的作用是什麼? 是tomcat使用的嗎?
是在那裡用到的
走同样的路,发现不同的人生
root代表:"localhost:xxx"就是存取/tomcat/webapps/root/的項目
目錄代表:"localhost:xxx/XXX"就是存取/tomcat/webapps/XXX的項目
Context root: 編譯後專案名稱。對應Display-name。 Content directory:專案檔案根目錄。存放html/jsp/images等目錄的根。當造訪http://caiyongji.com/index.html 對應造訪Content directory下index.html,也就是說Content directory是網站的根。
可以狹義理解為:
URL: ContextRoot/ContentDirectory/index.html
root代表:"localhost:xxx"就是存取/tomcat/webapps/root/的項目
目錄代表:"localhost:xxx/XXX"就是存取/tomcat/webapps/XXX的項目
Context root: 編譯後專案名稱。對應Display-name。
Content directory:專案檔案根目錄。存放html/jsp/images等目錄的根。當造訪http://caiyongji.com/index.html 對應造訪Content directory下index.html,也就是說Content directory是網站的根。
可以狹義理解為: