$jboss_home以及%jboss_home%為jboss在linux、win下安裝的路徑,如果配置了,直接照樣引用即可。
啟動:1、for linux: $jboss_home /bin/run.sh
2、for win :%jboss_home%/bin/run.bat
關閉/停止:
1、for linux: $jboss_home /bin/ shutdown.sh –s
2、for win :%jboss_home%/bin/ shutdown –s
可以用tail –f $jboss_home /server/default/log/server.log來檢視jboss服務的啟動或停止的資訊。
Nginx服務啟動停止
nginx服務的啟停有兩種方式 給nginx程序傳送訊號 執行nginx命令 即執行nginx軟體 sbin 目錄下的二進位制檔案nginx 傳送訊號的命令 kill signal pid kill命令中必須給出nginx程序的程序號pid。nginx服務工作過程中,會啟動乙個master程序,和多...
啟動php服務命令,啟動 停止服務
開發環境dev 預設 灰度環境gra 生產環境prd 2 config dev.php配置檔案 啟動生成的配置檔案內容 swoolefy framework bases on swoole extension development,we can use it easily licensed aut...
Nginx 啟動 停止服務的指令碼
php fastcgi setting host 127.0.0.1 port 9000 childs 5 fast cgi threads default 5 check shell if shell bin bash then echo shell isn t the bash script b...