Aaron Johnson Now with 50% less caffeine!

Posted
27 May 2006 @ 2pm

Tagged
J2EE, Systems Administration

org.apache.catalina.startup.Bootstrap appearing in dock

FYI: If you’re developing a Java web application using Tomcat on Mac OS X and you see:

org.apache.catalina.startup.Bootstrap

appearing in the dock, you need to add:

export JAVA_OPTS="-Djava.awt.headless=true"

to your startup script.

Source:
· Installing Tomcat on OS X
· Decapitating java.awt


3 Comments

Posted by
Linda
18 January 2008 @ 8am

So what if you are seeing this on your desktop and you are not developing a Java web application using Tomcat (or anything else)? What is the fix?


Posted by
Vartan
4 April 2008 @ 12pm

Finally….
Thanks

Regards


Posted by
Tom Jacobs
19 August 2008 @ 11pm

Excuse my ignorance, but when you say “add to my startup script” which script is that exactly? Is it startup.sh or catalina.sh or something else? And where in the script should it be added?


Leave a Comment

Links: 5-26-2006 Using a HOSTS file on OS X