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.
とにかく、Tomcatの起動が完了した後にantスクリプトを実行するためのフックを作成することはできますか?最後にantスクリプトを呼び出すようにstartup.batを変更しようとしましたが、Tomcatが完全に開始する前にantが呼び出されます。
どんな考えでも大歓迎です。
Tomcatに関連するものを処理せずに簡単な方法:
<!-- run tomcat here --> <!-- wait for the server to be available --> <waitfor> <http url="http://host:port"> </waitfor> <!-- run other ant scripts from here... -->