Re: favicon question

2004-07-10 Thread Nikola Milutinovic
Mufaddal Khumri wrote: I have a webapp deployed under tomcat + apache. I have a taglib in which i have the following: out.print(link rel='shortcut icon' href='/mywebapp/images/favicon.ico' type='image/x-icon'); The favicon.ico is a 16 * 16 icon file. The favicon shows up in Safari on the Mac ,

Re: favicon question

2004-07-09 Thread QM
On Fri, Jul 09, 2004 at 01:12:30PM -0700, Mufaddal Khumri wrote: : out.print(link rel='shortcut icon' : href='/mywebapp/images/favicon.ico' type='image/x-icon'); : : The favicon shows up in Safari on the Mac , but not on netscape, or IE : . On windows it does not show up in either IE or

RE: favicon question

2004-07-09 Thread Erik Earle
You could map a servlet to /favicon.ico that serves different icons based on a cookie value that is set per context (with a custom Valve if you like) :oP Original Message Follows From: Mufaddal Khumri [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users