The rendering of a favicon is dependent on your browser supporting it. Currently as far as I know only MS IE, KDE konqueror, and the latest beta version of netscape 7 support the rendering of a favicon. Place the favicon.ico in some place such as images/favicon.ico and then place the following in your html code:
<link rel="shortcut icon" href="images/favicon.ico"> On Thu, 13 Jun 2002, Reynir H�bner wrote: > > yes,I think it should work as it's the browser that checks for it, it has "nothing" >to do with the webserver. > > for somereason I feel like it should be favico.ico but not favicon.ico .. can it be >correct ? > > hope it helps > -reynir > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Sent: 13. j�n� 2002 18:21 > > To: Tomcat Users List > > Subject: How do I implement favicon.ico using catalina? > > > > > > I tried dropping a favicon.ico into my webapps/myapp directory to no > > avail... Is this supported? > > > > Dave > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
