https://bz.apache.org/bugzilla/show_bug.cgi?id=63389

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Start and stop are synchronous. Calling start() then stop() should be
sufficient. Doing that with the current startup scripts is a little trickier
because you need to wait for the shutdown port to open.

Something like:
./catalina.sh start && sleep 1 && ./catalina.sh stop

should work however long the web application takes to start up.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to