Launching a web browser after starting Tomcat in Eclipse

In my old Eclipse setup, I had a web browser launch when Eclipse builds my project and Tomcat finishes launching. Now, on my new computer, I have lost this setting.

I managed to change which browser will be the default browser for Eclipse (Windows> Preferences> General> Web Browser). However, now, after he says "INFO: starting the server in xxxxxxx ms", I need to manually open my browser and go to "http: // localhost: 8080 / webapp_name".

Does anyone know how to get Eclipse to automatically launch the browser after starting Tomcat? This is very useful for an assembly that takes minutes.

+7
source share
1 answer

Do the opposite: how to stop the Eclipse browser from displaying the webpage when restarting tomcat?

I just turned off my automatic browser by opening Internet Explorer in this setting, try the default so ti opens auto again.

+2
source

All Articles