Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
debian で tomcat6 を実行しています。どうすれば tomcat のステータスを確認できます/etc/init.d/tomcat6 startか/etc/init.d/tomcat6 stop? もちろん、startTomcat6 が停止していた場合はしたくないかもしれないしstop、Tomcat が開始されていた場合はしたくないかもしれないと仮定します。
/etc/init.d/tomcat6 start
/etc/init.d/tomcat6 stop
start
stop
tomcat の init.d-script がある程度標準に準拠している場合 (そして、簡単なチェックにより、少なくともスクイーズについてはこれが真であることが明らかになりました)、次のことができます。
/etc/init.d/tomcat6 status