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
$TOMCAT_HOME/bin/startup.sh
Personally, I would just watch catalinas log for a specific string depending on how your setup and what exact phase your looking for.