1 Reply Latest reply on May 7, 2004 4:10 PM by smoyer

    /favicon.ico issue

    stiphout

      Getting this error from the jboss server console on pretty much every request in a new install from yesterday's snapshot:

      14:13:49,795 INFO [Engine] StandardHost[localhost]: MAPPING configuration error for request URI /favicon.ico

      This is in the ear file, but in the wrong place, I assume?

        • 1. Re: /favicon.ico issue
          smoyer

          Within the .ear file, it will need to reside within the .war file. Web browsers look for the file "/favicon.ico". Note the leading slash as this is the root context. If you are using a /nukes context (as it is out of the box), I'm not sure this will work.