본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

favicon.ico on web application is not showing without refresh.

  • 3 답장
  • 2 이 문제를 만남
  • 5 보기
  • 최종 답변자: cor-el

more options

Hi Team,

In our web application we are using favicon.ico from the JSP page. In case of Mozilla Firefox the favicon.ico is not displaying at the start application. Only on refresh the icon is coming up. Kindly suggest a solution.

HTML Syntax:

<link rel="shortcut icon" href="<%=contextName%>/images/favicon.ico" type="image/x-icon"> Firefox version: 42.0 Best Regrads, Gowthaman VT
Hi Team, In our web application we are using favicon.ico from the JSP page. In case of Mozilla Firefox the favicon.ico is not displaying at the start application. Only on refresh the icon is coming up. Kindly suggest a solution. HTML Syntax: <link rel="shortcut icon" href="<%=contextName%>/images/favicon.ico" type="image/x-icon"/> Firefox version: 42.0 Best Regrads, Gowthaman VT

모든 댓글 (3)

more options

Try placing the favicon.ico file in the root directory of the website - not in the /images/ folder.

more options

the-edmeister said

Try placing the favicon.ico file in the root directory of the website - not in the /images/ folder.

Thanks for the response the-edmeister. I have tried it, but still the same issue exists.

more options

You posted a link code (<%=contextName%>) that needs to be processed by the internet server that host this JSP file.

Did you check the code that Firefox gets?

You can check with the Live Http Headers extension whether Firefox makes a request for the favicon and what location are tried.