What is this? /favicon.ico HTTP/1.1

I have deployed my JSC project in Sun Application Server, and I see the following server log time to time(many times a day)
/favicon.ico HTTP/1.1" 404 973
What is it?
Thank you very much.

It is a request for an icon image that IE uses to bookmarks and Firefox displays next to the page address in the toolbar. It is returning a 404 (not found) because you do not have one on your site.
http://en.wikipedia.org/wiki/Favicon

Similar Messages

  • I am having trouble installing itunes. I get so far and it will not finish installing Quick time. Error %appdata%/ what does this mean? We had itunes before and it vanished? I have Windows 7 and explorer 9

    I having trouble reinstalling itunes. I have windows 7 and explorer 9. Keep getting as for as itunes installed and it will not finish installing Quick time.also, keep getting error message "could not find location %appdata%/. What does this mean?

    http://www.apple.com/support/itunes/contact/

  • When i turn on my ipad2, I get a symbol for itunes and a usb cord, what does this means?

    When I turn on my ipad 2 I am getting the itunes symbol plus a usb cord. What does this mean?

    http://support.apple.com/kb/HT1808

  • WHAT IS BISAC, BIC2, or CLIL? WHAT DOES THIS MEAN? CAN'T FIND WHAT IT MEANS?

    What does BISAC, BIC2, or CLIL mean? And how does this affect my book? The itunes producer manual does not explain what it even is. Also, Currently, my book is unsearchable anywhere on itunes when typing in the title. What does this mean? https://itunes.apple.com/us/book/billy-danjorus/id643982216?ls=1

    BISAC http://www.bisg.org/activities-programs/activity.php?n=d&id=47&cid=20
    BIC2 http://www.publishers.asn.au/index.cfm?doc_id=271
    CLIL http://en.wikipedia.org/wiki/Content_and_language_integrated_learning

  • Mac Air is dark and emits three short beeps/three long beeps/three short beeps ("SOS"). What does this mean?

    Mac Air was left on power attached to a monitor overnight. In the morning there was a message that I had to turn it off by depressing the "on" key for over then seconds. I did this and it would not turn off. It is now emitting three short beeps followed by three long and three shorts ("SOS" in morse code). What does this mean?

    http://support.apple.com/kb/HT2538
    If what I read is correct, you will need to take your MBA to Apple to have its firmware restored.
    I cannot explain why this happened.

  • The power light is flickering what does this mean?

    the power light is flickering on my cineam display what does this mean?

    <http://support.apple.com/kb/HT2811>

  • App store saying Http/1.1 Service Unavailable. What does this mean?

    Hi,
    So I was trying to access my app store updates. And when I click on the updates icon it says, "Http/1.1 Service Unavailable." What does this mean and how do I fix this problem? Or do I need to contact Apple?
    Thanks

    Servers down http://www.apple.com/support/systemstatus/

  • HT204406 I downloaded a song that is not playing.  When i click to report a problem it gives me an error that says "To many HTTP redirects".  What does this mean and how do I fix it?  Thank you!

    I downloaded a song that is not playing.  When i click to report a problem it gives me an error that says "To many HTTP redirects".  What does this mean and how do I fix it?  Thank you!

    The following support articles should help:
    * https://support.mozilla.com/kb/Could+not+initialize+the+browser+security+component
    * https://support.mozilla.com/kb/AUS+Update+XML+File+Malformed+200

  • Help with favicon.ico!

    I'm using SSL with tomcat and I'm having problems with firefox. When I log into the site using j_security_check I get forwarded to favicon.ico. IE doesn't have this problem, only firefox. I've done a little reading and I've seen people fix it under apache, but I can't find out how to make the change with tomcat.
    help!

    And, so, Merlin, what, in your infinite wisdom, led you to post this question in a Java forum?
    Mu
    Baron Samedi

  • Where do we put the favicon.ico?

    I know that we have to put it in our file in idisk but where exactly?
    Thank you
    Odette

    If you're hosting your site with MobileMe and have a domain name which you're forwarding with CNAME forwarding you just put the ico file in your iDIsk/Web/Sites folder. 
    If you're hosting to a 3rd party server you put the file in the same folder/directory that you upload your site to.
    If you're hosting your site to MobileMe without a domain name put the favicon.ico file in the iDisk/Web/Sites folder and add the following code to an HTML snippet on each page:
    <script type="text/javascript">
    var head = parent.document.getElementsByTagName("head")[0];
    var favicon = parent.document.createElement("link");
    favicon.rel = ("shortcut icon");
    favicon.href = ("http://web.me.com/your_MobileMe_Account_name/favicon.ico");
    head.appendChild(favicon);
    </script>
    Thanks to  Koeklin from this topic:
    http://discussions.apple.com/thread.jspa?messageID=11234670#11234670
    It's a one time addition to each page of your site and no post publication editing of the site's pages are necessary.
    OT

  • Favicon.ico on custom domain with .mac?

    I get that there's no direct support for favicon's -
    So what I've done is added the favicon.ico file to my
    domain in the root and site directories on my iDisk–
    but when I access the site it still shows the blue apple
    network gel as the favicon. I've even tried adding the
    shortcut code directly to the HTML- no luck.
    Also, is there anyway to add 'title' tags to a page?
    That seems pretty basic...
    Also, Also - where the heck is the local copy of the
    site on my drive?
    Thanks!

    So what I've done is added the favicon.ico file to my
    domain in the root and site directories on my iDisk–
    Create a favicon and add it to the root of the webserver.
    Then every webpage should have this code in the HEAD of the page. Something like:
    <link rel="shortcut icon" href="/wyodor/apple-touch-icon.png" />
    It cannot be entered in iWeb. You need a HTML Editor.
    Also, is there anyway to add 'title' tags to a page?
    The title of a webpage is based on the large textbox at the top of each iWeb page. It's already there. You do not need to add it.
    Also, Also - where the heck is the local copy of the
    site on my drive?
    ~/Library/Application Support/iWeb/domain.sites2
    Where ~ means your homedirectory

  • Why won't my favicon show up when the code and the favicon.ico file are correct? I am using Dreamweaver CC.

    I have tried numerous .ico file makers and am using the code <link rel="shortcut icon" href="/favicon.ico" /> in the <head> section and the favicon.ico sits above the index file, but it is not showing up on the tab in Firefox or IE. I have also tried numerous designs, as I thought that might be the problem -- here are a couple and . What am I doing wrong? I have tried everything and Googled everything. I also use PC, but I hope that doesn't stop the Mac users from helping me.

    Thank you Jon. As I mentioned to Nancy, the Favicon finally showed up this morning. But also thank you for another time saving piece of advice that saved me a lot of time and effort and is not mentioned anywhere. You are so right, "There's really no reason to add the code in the <head> if the favicon.ico is in your site root. Simply placing it there will do the trick in all browsers." I only put the code on my index page because I wasn't sure it would ever show up, and lo and behold, when it finally did this morning, it did on all pages and they had no code.
    It is unfortunate that on all the websites (and I read what felt like all of them) dealing with Favicons, no one mentions these points. It's simple
    create the 16px by 16px favicon.ico
    Place it in the site root
    Empty your cache and bookmark the page
    Wait -- it will show up, possibly the next day.
    Margaret

  • Setting up Favicon.ico file

    I use GoDaddy to Host my site. I don't have MobileMe. In order to set up my site so the favicon.ico file displays on web browser tabs, can anyone run me through the steps to upload the file unto GoDaddy (I don't know where to go on the site) and what all I have to do from there? It'll sure be amazing if I don't have to put favicon.ico HTML code code on each page (yeesh....that'll be painful).

    Try putting the icon image up one level.
    I can access it directly as follows
    http://www.servalonline.com/Serval_Online/favicon.ico
    but the browser does not pick it up. It needs to be in the
    root level for the site (unless the html tells it other wise).
    i.e. http://www.servalonline.com/favicon.ico at the same level
    as the Serval_Online folder.
    Dave

  • Put favicon.ico in SDN's Webserver root

    Please can you post how to do this (place a favicon into the server root) for EP6.0 SPS14, we are currently looking how to do this.
    Thanks
    Will
    Message was edited by: Craig Cmehil

    William
    Adding it to a particular directory is not enough. It has to be added to the html code of the pages. Following tag needs to be added in the <head> section of pages
    <link rel="shortcut icon" href="http://sdn.sap.com/favicon.ico" />
    So essentially you will have to modify the page layout or something similar. Will try to provide a more detailed answered sometime this week.
    - Pankaj

  • I'm getting this error statement: XULRUNNER error: platform version 6.0.2 is not compatible with min etc max etc6.0.1 - what is this about and how can it be corrected?

    This is what I think may have happened. The other day, Thursday Sept 8th, I shut down my pc in the middle of a Firefox upgrade. Now when I try to access Firefox on my pc, I get this error message:
    XULRUNNER Error: Platform version '6.0.2 is not compatible with min Version >= 6.0.1 max Version < 6.0.1
    What is this about and how can I retsore access to Firefox on my pc?

    If you use ZoneAlarm Extreme Security then try to disable Virtualization.
    Do a clean reinstall and delete the Firefox program folder.
    * http://kb.mozillazine.org/Browser_will_not_start_up#XULRunner_error_after_an_update
    *[[/questions/869812]]
    *[[/questions/869951]]

Maybe you are looking for