Re: Web-application and Tomcat icon

2005-11-29 Thread Aladin Alaily

Mikolaj Rydzewski wrote:

Aladin Alaily wrote:

Every time I deploy an application using Tomcat 5.5.12, the usual 
tomcat icon is being displayed in the url.


I would like to know how I can replace that icon with my own... or 
better yet, no put any icon at all.



Google for 'shortcut icon'. You can specify your own one using CSS.



Thanks!  All of your comments were helpful.

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



Re: Web-application and Tomcat icon

2005-11-28 Thread Anto Paul
On 11/29/05, Aladin Alaily [EMAIL PROTECTED] wrote:
 Hello,

 Every time I deploy an application using Tomcat 5.5.12, the usual tomcat
 icon is being displayed in the url.

 I would like to know how I can replace that icon with my own... or
 better yet, no put any icon at all.


The icon displayed on the browser is favicon.ico that is in ROOT. You
can replace it with your own icon.


--
rgds
Anto Paul

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



RE: Web-application and Tomcat icon

2005-11-28 Thread Caldarale, Charles R
 From: Anto Paul [mailto:[EMAIL PROTECTED] 
 Subject: Re: Web-application and Tomcat icon
 
 On 11/29/05, Aladin Alaily [EMAIL PROTECTED] wrote:
 
  I would like to know how I can replace that icon with my own... or
  better yet, no put any icon at all.
 
 The icon displayed on the browser is favicon.ico that is in ROOT. You
 can replace it with your own icon.

This is browser cuteness.  If you run a packet trace [I'm doing almost
anything tonight to avoid writing documentation], you'll see something
like:
GET /favicon.ico HTTP/1.1\r\n
coming from the browser near the end of a page load (at least with
Firefox).  Besides replacing favicon.ico, you can also just delete it
without harm other than having Firefox show a blank page icon instead.
IE, of course, won't show anything other than its own logo, AFAIK.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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



Re: Web-application and Tomcat icon

2005-11-28 Thread Nikola Milutinovic

Caldarale, Charles R wrote:

From: Anto Paul [mailto:[EMAIL PROTECTED] 
Subject: Re: Web-application and Tomcat icon


On 11/29/05, Aladin Alaily [EMAIL PROTECTED] wrote:
   


I would like to know how I can replace that icon with my own... or
better yet, no put any icon at all.
 


The icon displayed on the browser is favicon.ico that is in ROOT. You
can replace it with your own icon.
   



This is browser cuteness.  If you run a packet trace [I'm doing almost
anything tonight to avoid writing documentation], you'll see something
like:
GET /favicon.ico HTTP/1.1\r\n
coming from the browser near the end of a page load (at least with
Firefox).  Besides replacing favicon.ico, you can also just delete it
without harm other than having Firefox show a blank page icon instead.
IE, of course, won't show anything other than its own logo, AFAIK.
 



And the hilarious thing is that IE 5.5 introduced that Favourite Icon 
concept, I believe. It was taken out in 6.0. Talk about consistency...


I mean, I know it is just bells and whistles, but it was kinda nice.

Nix.

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