Wednesday, December 12, 2012

Adding favicon to the our domain

Add the image in root folder of the web server(Apache Tomcat).
Image extension '.ico'

add the following tag under title tag.
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />