<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>We put ours in JETTY_BASE/webapps/ROOT/favicon.ico (note - not
      .png)<br>
    </p>
    I think this is the "default" resourceBase.<br>
    <br>
    <div class="moz-cite-prefix">On 12/9/2016 4:43 PM, Aaron Howell
      wrote:<br>
    </div>
    <blockquote
      cite="mid:50706F09-9369-4E4E-BE25-D008A0E0B670@deakin.edu.au"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <div class=""><br class="">
      </div>
      <div class=""><br class="">
      </div>
      You have to also serve static content from the root /
      <div class=""><br class="">
      </div>
      <div class="">e.g.: JETTY_BASE/shibboleth-idp/webapps/static.xml</div>
      <div class=""><?xml version="1.0" encoding="UTF-8"?><br
          class="">
        <!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "<a
          moz-do-not-send="true"
          href="http://www.eclipse.org/jetty/configure_9_3.dtd" class="">http://www.eclipse.org/jetty/configure_9_3.dtd</a>"><br
          class="">
<Configure class="org.eclipse.jetty.server.handler.ContextHandler"><br
          class="">
          <Set name="contextPath">/</Set><br class="">
          <Set name="handler"><br class="">
         
          <New class="org.eclipse.jetty.server.handler.ResourceHandler"><br
          class="">
           
          <Set name="resourceBase”>__SOME_DIRECTORY_PATH__</Set><br
          class="">
              <Set name="directoriesListed”>false</Set><br
          class="">
            </New><br class="">
          </Set><br class="">
        </Configure></div>
      <div class=""><br class="">
      </div>
      <div class="">Then you just need to have a favicon.ico located in
        the path you have set for the resourceBase - this is the file
        that gets used by default. Seems jetty serves a default icon if
        a replacement doesn’t exist (you would have to explicitly
        disable this - <a moz-do-not-send="true"
href="http://stackoverflow.com/questions/23383408/how-to-change-jetty-icon"
          class="">http://stackoverflow.com/questions/23383408/how-to-change-jetty-icon</a>)</div>
      <div class=""><br class="">
      </div>
      <div class="">Cheers</div>
      <div class="">Aaron</div>
      <div class=""><br class="">
      </div>
      <div class=""><br class="">
      </div>
      <div class=""><br class="">
        <div>
          <blockquote type="cite" class="">
            <div class="">On 10 Dec. 2016, at 8:56 am, IAM David Bantz
              <<a moz-do-not-send="true"
                href="mailto:dabantz@alaska.edu" class="">dabantz@alaska.edu</a>>
              wrote:</div>
            <br class="Apple-interchange-newline">
            <div class="">
              <div dir="ltr" class="">Sorry this is not a purely
                Shibboleth question, but as Jetty is recommended in
                Shibb documentation, I'm hoping one of you can provide a
                quick solution to the display of the ugly default
                favicon.png on IdP pages served up by V3 IdP running in
                Jetty.
                <div class=""><br class="">
                </div>
                <div class="">I've found proposed solutions that include
                  adding a line to every web page to indicate a
                  favicon.png, but would hate to do that and then track
                  such customization indefinitely. There is no
                  corresponding favicon.png file that I found (only a
                  RedHat favicon that isn't being used).</div>
                <div class=""><br class="">
                </div>
                <div class="">What's the trick?</div>
                <div class=""><br class="">
                </div>
                <div class="">David Bantz</div>
              </div>
              -- <br class="">
              To unsubscribe from this list send an email to <a
                moz-do-not-send="true"
                href="mailto:users-unsubscribe@shibboleth.net" class="">
                users-unsubscribe@shibboleth.net</a></div>
          </blockquote>
        </div>
        <br class="">
      </div>
      <span style="font-size: 9.0pt; font-family: 'Calibri'; "><em><strong><br>
            Important Notice:</strong> The contents of this email are
          intended solely for the named addressee and are confidential;
          any unauthorised use, reproduction or storage of the contents
          is expressly prohibited. If you have received this email in
          error, please delete it and any attachments immediately and
          advise the sender by return email or telephone.<br>
          <br>
          Deakin University does not warrant that this email and any
          attachments are error or virus free.</em></span>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
%%  Christopher A. Bongaarts   %%  <a class="moz-txt-link-abbreviated" href="mailto:cab@umn.edu">cab@umn.edu</a>          %%
%%  OIT - Identity Management  %%  <a class="moz-txt-link-freetext" href="http://umn.edu/~cab">http://umn.edu/~cab</a>  %%
%%  University of Minnesota    %%  +1 (612) 625-1809    %%
</pre>
  </body>
</html>