Eclipse中的 “context root” 和 “content directory” 的作用是什麼?
是tomcat使用的嗎?
是在那裡用到的
为情所困2017-07-05 10:04:13
root代表:"localhost:xxx"就是存取/tomcat/webapps/root/的項目
目錄代表:"localhost:xxx/XXX"就是存取/tomcat/webapps/XXX的項目
曾经蜡笔没有小新2017-07-05 10:04:13
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