1.到 http://download.eclipse.org/jetty/stable-8/dist/ 下載jetty jetty-distribution-8.1.15.v20140411.zipphp
2.下載完後上傳到linux服務器,unzip jetty-distribution-8.1.15.v20140411.ziplinux
3.解壓以後,進入jetty的bin目錄,啓動 ./jetty.sh start 中止: ./jetty.sh stopweb
4.測試是否啓動成功:http:ip:8080/ 服務器
5.jetty的目錄結構解釋:
* contexts 熱部署目錄
* etc jetty配置文件目錄
* examples jetty示例
* extras jetty可選擴展
* lib 包含jetty所需的jar文件
* LICENSES 就是LICENSES
* modules 子模塊
* patches 補丁patches
* pom.xml is jetty的maven2構建文件
* project-website jetty7網站
* README.txt readme.txt
* start.jar is jetty7主程序
* VERSION.txt
* webapps應用路徑,發佈的引用基本都放這裏app
6.要發佈的項目打成war包放入webapps下便可,不須要重啓jettyeclipse