Implementing favicon.ico with tomcat


If you wish to use  the favicon.ico file, be sure to add the following to the web.xml file in the conf directory:
    <mime-mapping>
        <extension>ico</extension>
        <mime-type>image/x-icon</mime-type>
    </mime-mapping>

Then just put your favicon.ico file in the root directory of your web application.  Voila!

 
 
 
 
 
 
Search Web Log

« November 2006 »
SunMonTueWedThuFriSat
   
1
2
3
4
5
6
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
  
       
Today