On Wed, 2006-11-01 at 12:16 -0800, Madhuraka Godahewa wrote: > Hi, > > I am using tomcat 5.0.30. I have developed a web application and is ready to > launch. But, still I have not been able to change the icon, which displayed on > the browser (Firefox) when my site is loaded. The tomcat icon is shown. > > I renamed the 'favicon.ico' in the 'ROOT' folder as 'favicon1.ico' and put my > own icon with the name 'favicon.ico'. But, still it displays the tomcat icon. > > > Does anyone know how to change this? > > > Thanks in advance, > > ------------------------------------------------------------------------------- > Madhuraka Godahewa > Telecommunications Engineer > Research and Development Unit > Electroteks Global Networks (Pte.) Ltd. > 68, Attidiya Road, > Ratmalana, > SRI LANKA. > > Mobile : + 94-777-647055 > Tel(Home) : + 94-38-4283181 > Tel (Office) : + 94-11-4213771 > Fax(Office) : + 94-11-4213980 > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
Why don't you search mailing list archives for favicon? "Add to the page head: <link rel="icon" href="/mywebapp/myfavicon.ico" type="image/x-icon" />" You can also add: <LINK REL="SHORTCUT ICON" HREF="/mywebapp/favicon.ico" type="image/x-icon"> -- Darek Czarkowski www.infinitesource.ca darekc at infinitesource dot ca --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]