I have a web application deployed in tomcat. When I open the application in a browser, the image before the URL in the address bar and the image before the title of the application on the tab both show the tomcat image. I want to change this and put in my own logo in both the places. How can I do that?
相关问题
- Tomcat and SSL Client certificate
- Can't configure nginx as a proxy for tomcat wi
- Can you set the Location header in a chunked http
- Tomcat 8 how to remove sessionCookieName from URL
- tomcat websocket servlet listening port
相关文章
- Tomcat的User信息可以存储到数据库中吗?
- tomcat的server.xml支持从Oracle中获取数据吗?
- web项目,Resonse Header发生解析错误,请大牛帮忙看看究竟是哪里的问题?
- Apache+Tomcat+JK实现的集群,如果Apache挂了,是不是整个服务就挂了?
- linux环境部署jpress,创建数据库时提提示连接失败
- Making a two way SSL authentication between apache
- File Upload of more than 4GB
- Can't start Tomcat as Windows Service
This image is called the
favicon.ico
and is found in your tomcat installation under$tomcat-home\webapps\ROOT
Just replace it with your own icon image saved as
favicon.ico
In code try