tomcat6favicon

How to set up a icon for a web application in java?


I have a web application running on tomcat. I want to setup a favicon for it. Where should i place it in the tomcat web application.


Solution

  • If you place a file called favicon.ico in your document root (/), it will automatically used.