1. 程式人生 > >Mac 系統安裝tomcat方法

Mac 系統安裝tomcat方法

如題:

2、 將下載後的tomcat解壓縮成資料夾

3、解壓後的tomcat 資料夾copy 到Users/user/資料夾下

 4、執行終端 將目錄跳轉到tomcat 的bin 資料夾下如:cd Users/user/tomcat/bin,然後執行 sh startup.sh

              如果出現:Cannot find ./catalina.sh
The file is absent or does not have execute permission
This file is needed to run this program

             在bin目錄下執行sudo chmod +x *.sh 將該目錄下的sh檔案設定成可執行

5、再執行命令sh startup.sh  如果出現啟動資訊,再瀏覽器種開啟地址http://localhost:8080/  看到tomcat頁面說明配置成功。