第一步: 將安裝包上傳到 /export/soft , 解壓到 /export/install
tar -zxvf apache-tomcat-7.0.82.tar.gz -c /export/install/第二步: 啟動tomcat 且 檢視日誌
進入tomcat的安裝目錄下有個bin。進入bin,執行啟動
#切換啟動命令的目錄第三步: 測試cd /export/install/apache-tomcat-7.0.82/bin
#啟動 且 檢視日誌
./startup.sh && tail -100f …/logs/catalina.out
在Linux中安裝Tomcat
具體操作如下 1.連線伺服器端 2.傳輸檔案到伺服器端 若壓縮檔案字尾為 tar.gz 則使用命令 tar zxvf apache tomcat 9.0.41.tar.gz 若字尾為 zip 則使用命令 unzip apache tomcat 9.0.41.tar.gz 進入bin目錄,執行 sta...
Linux中安裝tomcat和vsftp
tomcat 2.解壓完就能用,命令 tar zxvf apache tomcat 7.0.57.tar.gz ok vsftp 如果有系統中有yum工具,執行yum install vsftpd命令,一路yes,ok 補充 設定每次開機時自動執行 chkconfig vsftpd on 手工啟動 ...
Linux中安裝配置Tomcat
2.解壓tomcat tar xvf 壓縮包名 c 解壓路徑3.啟動tomcat服務 進入tomcat的bin檔案目錄,輸入下面指令開啟服務 startup.shtomcat提供了兩種指令碼,一種是在windows端執行的bat指令碼,第二種是在linux中執行的shell指令碼,shell指令碼包...