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 , but not on netscape, or IE 
. On windows it does not show up in either IE or Netscape.

I have not put the favicon in the webservers root from where it can 
get it by default. As you can see I have it in mywebapp/images folder.

Does anybody know why this does not work? Or do browsers dont have 
support for this much ?

Look into your logs, where is IE looking for favicon.ico?
Nix.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


favicon question

2004-07-09 Thread Mufaddal Khumri
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 , but not on netscape, or IE 
. On windows it does not show up in either IE or Netscape.

I have not put the favicon in the webservers root from where it can get 
it by default. As you can see I have it in mywebapp/images folder.

Does anybody know why this does not work? Or do browsers dont have 
support for this much ?

Regards.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 Netscape.

1/ My understanding is that most browsers look for the URI /favicon.ico.
It (sort of) makes sense, since browsers don't distinguish between
different webapps: they just know, I go to this host.

2/ Please post new messages to the list, instead of just replying to old
ones.  

-QM


-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 List [EMAIL PROTECTED]
Subject: favicon question
Date: Fri, 9 Jul 2004 13:12:30 -0700
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 , but not on netscape, or IE . On 
windows it does not show up in either IE or Netscape.

I have not put the favicon in the webservers root from where it can get it 
by default. As you can see I have it in mywebapp/images folder.

Does anybody know why this does not work? Or do browsers dont have support 
for this much ?

Regards.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
FREE pop-up blocking with the new MSN Toolbar – get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]