1.點選左上角的file->new->Other
2.輸入:dy後會跳出 Dynamic Web Project
3.點選:Dynamic Web Project->next
4.輸入項目名稱:newWeb
5.點選 next->next
6.在Generate web.xml deploument descriptor 前面選擇打鈎
7.點選 Finish
8.項目建立完成
9.打開項目,打開webContent 建立一個 index.html檔案
10.點選WebContent ->New->html File
11.在NewFile.html中的body中寫上 HELLOWORLD!
12.點選項目,Run as->1 Run as Servers.
13.在網頁上輸入:localhost:8080/newWeb/NewFile.html
14.在網頁上即可看到HELLOWORLD! 大吉大利,今晚吃雞~