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. 当然,假设start如果 tomcat6 已经停止,我可能想要也可能不想要,或者stop如果 tomcat 已经启动,我可能想要也可能不想要。
/etc/init.d/tomcat6 start
/etc/init.d/tomcat6 stop
start
stop
如果 tomcat 的 init.d-script 有点符合标准(并且快速检查显示至少对于挤压这是真的),那么你可以这样做:
/etc/init.d/tomcat6 status