一、 File —> New Project ,進入建立項目窗口web
二、在 WEB-INF 目錄下點擊右鍵, New —> Directory ,建立 classes 和 lib 兩個目錄瀏覽器
三、 File —> Project Structure ,進入 Project Structure窗口spa
四、點擊 Modules —> 選中項目「 JavaWeb 」 —> 切換到 Paths 選項卡 -> 勾選 「 Use module compile output path 」,將 「 Output path 」 和 「 Test output path 」 都改成以前建立的classes目錄server
五、點擊 Modules —> 選中項目「 JavaWeb 」 —> 切換到 Dependencies 選項卡 —> 點擊右邊的「 + 」,選擇 「 JARs or directories 」ci
一、 Run —> Edit Configurations ,進入「 Run Configurations 」窗口部署
二、點擊" + " —> Tomcat Server —> Local ,建立一個新的Tomcat容器it
三、在" Name "處輸入新的服務名,點擊「 Application server 」後面的io
「 Configure... 」,彈出 Tomcat Server 窗口,選擇本地安裝的Tomcatclass
目錄 —> OK容器
四、在「 Run Configurations 」窗口的「 Server 」選項板中,取消勾選「 After launch 」,設置「 HTTP port 」和「 JMX port 」,點擊 Apply —> OK ,至此Tomcat配置完成
一、 Run —> Edit Configurations ,進入「 Run Configurations 」窗口,選擇以前配置好的Tomcat,點擊「 Deployment 」選項卡,點擊「 + 」 —> 「 Artifact 」—> 選擇建立的web項目的Artifact
二、修改「 Application context 」 —> Apply —> OK
三、運行Tomcat,在瀏覽器中查看運行結果
期待已久的「Hello World」出現啦!