Wait until tomcat finishes starting up

前端 未结 8 2180
囚心锁ツ
囚心锁ツ 2020-12-24 13:29

I have a script that needs to run after tomcat has finished starting up and is ready to start deploying applications. I\'m using $TOMCAT_HOME/bin/startup.sh whi

8条回答
  •  天涯浪人
    2020-12-24 14:01

    Are you still looking for an answer? It depends on your definition of started. If your definition of started is "Now its safe to stop" then you might want to verify if port 8005 is listening.

提交回复
热议问题