Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any idea why org.apache.catalina.startup.Bootstrap pops up in dock on Mac?

Tags:

macos

tomcat

I have a web application setup using tomcat. Sometimes a little icon appears in the dock with the title "org.apache.catalina.startup.Bootstrap".

Does anyone know why this happens and/OR how to fix this ?

Tomcat Version : 7.0.19

like image 739
sbr Avatar asked Nov 18 '11 21:11

sbr


1 Answers

I found this incredibly annoying too, it would always steal focus from my web browser after I restarted Tomcat via Eclipse.

To fix it I went to the folder containing the Tomcat instance Eclipse was using (for me it was /Servers/Tomcat_Blah_Blah_Blah)

Edit catalina.properties and add a line with "java.awt.headless=true"

like image 85
Jeremy Mullin Avatar answered Nov 03 '22 21:11

Jeremy Mullin