How to wait for Tomcat to start up
Dec. 3rd, 2017 10:44 pmIt takes a while for Tomcat to start up. What I wanted was something that would wait until the Tomcat output announced that it had started, and then load the app that just started in a browser. Google found me several variations on this theme. This is what worked for me. ( Read on only if you need to do something like this )