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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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”