-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

All,

I just upgraded to 1.7.0_25 on my Mac and I noticed that when I launch
Tomcat, I get a dock icon indicating that it is running. This does not
happen on 1.7.0_21, the previous version I was running.

For some reason, 1.7.0_25 triggers something launching the AWT thread
(on my Mac, that's called AWT-AppKit) which causes the dock icon to be
shown.

Removing the dock icon is easy enough: just run in headless mode by
adding this system property to CATALINA_OPTS:

   -Djava.awt.headless=true

Or, if you want your icon to look pretty (it is otherwise completely
useless), you can use these two system properties (on Mac OS) to style it:

   -Xdock:name=[title of icon you want]
   -Xdock:icon=path to icon file to use

I'm not sure what properties to set on Windows, Gnome, KDE, or any
other system.

Hope that helps,
- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBCAAGBQJRxH86AAoJEBzwKT+lPKRYyiMQAI5wPrkQZ+z4Jd21IONaHqcH
tixutzG8PC+7sff9wYR10bnPpE29x9/VdxddKPJ51Yrazf4xxr654FUKkgdP6u+5
DDRe5rlN7Quy5CVBzu9XKDRW5NHBZTlTWrTBdHPTCdXpKI7jAvDpkW750NNpnKvA
8Cq0GwC44YOm+DStp8bsZTBkONR5dbYdpNscH+r0Nw98fFrAP83bZRTQHah2ujCj
urcNCwH7dZPT7WjZUcvYns5oWfsiZOCGvwKSJz5uBaS98uMbQfSfXl4FFL9fGKay
OXKW73RgklaUctIH5U3rvlGd876N66ddmUTMqS07hN45ABYsixpV7VUkZsPzF30m
hwl/pjf2qF07CkVJweCNdenT7NOLQ3Mx9hR4alOTTIvaMHij4/6S9YD87Fh+paiI
NuqRJTLnnxBQA0PXoYLAQx/PeqvcRyeibZ/kZhdzJ4lN3qF99lfHxMjNtzHwu4xj
f+tP4u9s9udZ15d0yBA1/13eD75hEUM9RBf6f5cVGmUz7jolFRCiHoHV7ETJNPei
OoBOpR3/iSaLU94gWl4twMXrkKCor3HLHyvfNc7+mBA6XM+y6EYi9vHFzPuaKvcB
fmkMtr7V5DcbUTm4vPCS0N6rnUxloQ+8aYi12xefZvlBWEhQcdzGIzKpKLnXbt1c
ODGdKUTq0rXNJPWSxT39
=4KXG
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to