I want to create a batch file which will start the tomcat server and after the server is started , I want to open a URL in browser.
In the below solution , the suggestion is to use timeout option .
How to launch application after server startup using batch file?
Is there any other better way to check if tomcat is started and then I can trigger to open the browser.