<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<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 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 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 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 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>
</body>
</html>