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!

 
 
 
 
Comments:

Post a Comment:
  • HTML Syntax: Allowed
 
 

« July 2008
SunMonTueWedThuFriSat
  
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  
       
Today
Theme by Christian Stone.