簡單linux自動部署tomcat指令碼

2021-09-24 02:55:30 字數 894 閱讀 5696

tomcatid=$(ps -ef | grep $ | grep -v 『grep』 | awk 『』)

if [ tom

cati

d];t

hene

cho"

[inf

o]當前

tomc

at程序

id為:

tomcatid ];then echo "[info]當前tomcat程序id為:

tomcat

id];

then

echo

"[in

fo]當

前tom

cat進

程id為

: pp

name

.ap

pnam

e.echo 『############5s後將部署tomcat2##########』

sleep 5 #避免同時啟動時使用者訪問程式出錯,5s後進行tomcat2的部署

tomcat2id=$(ps -ef | grep $ | grep -v 『grep』 | awk 『』)

if [ tom

cat2

id];

then

echo

"[in

fo]當

前tom

cat進

程id為

:tomcat2id ];then echo "[info]當前tomcat程序id為:

tomcat

2id]

;the

nech

o"[i

nfo]

當前to

mcat

程序id為:p

pnam

e.

appnam

e.

intellij web專案熱部署tomcat

intellij web專案熱部署tomcat web專案部署tomcat之後,每次修改 或資源檔案,都需要重新啟動。可以設定熱部署。主要有3點,run debug configuration中 1 deployment選擇war exploded,可以通過後面 進行刪除 增加 war 和war e...

ubuntu安裝docker,部署tomcat服務

ubuntu核心版本 uname r安裝 簡單方式 sudo apt get install y docker.io啟動 systemctl start dockerdocker版本號 docker v開機啟動 systemctl enable docker關閉 systemctl stop doc...

同一臺windows裝置部署多個tomcat伺服器

二 解壓縮到指定目錄下,此處解壓到f tomcat7.0 三 修改解壓縮後的檔案名字 名字任意取 並同時建立兩個副本 例如 四 新增環境變數 右鍵單擊我的電腦 選擇屬性 選擇高階 選擇環境變數 新增系統變數 catalina home 8080,其值為 f tomcat7.0 tomcat 8080...