vote up 1 vote down star
3

Can anybody provide some instruction on how to setup a war file to show a favicon.ico in the browser address bar?

flag

80% accept rate

2 Answers

vote up 6 vote down check

You can also use the following HTML markup in your HTML:

<link rel="icon" type="image/gif" href="/img/image.gif">

Most newer browsers should support it and I think it's generally a more clean way since you can use any image type/name/location you want.

link|flag
vote up 1 vote down

This might be different in different application servers. For tomcat, the favicon comes from the directory your root context is mapped to. So if your application is mapped to the root context [/], just place the favicon.ico file in the top level folder in your war file.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.