Hi Howard,
It's an HTML issue rather than a TomEE/Tomcat issue - so not really
appropriate for this list, but glad you have it working.
As with any link, /favicon.ico will go to your root, favicon.ico will be
relative to the page using it (ie: you'll need the icon in every folder) or
use http://site/favicon.ico for an absolute reference. Browsers like to
cache it, so if you make a mistake you might need to flush caches and
reload, or even flush and restart the browser.
Best Regards,
Neale
----- Original Message -----
From: "Howard W. Smith, Jr." <smithh032...@gmail.com>
To: <users@openejb.apache.org>
Sent: Friday, December 07, 2012 3:18 PM
Subject: Re: TomEE: added favicon.ico, and it's not showing
Correction, I had to omit the "/" (forward slash); below, is the code i
added...
<link rel="icon" type="image/png" href="favicon.ico"/>
On Thu, Dec 6, 2012 at 11:17 PM, Howard W. Smith, Jr. <
smithh032...@gmail.com> wrote:
First, I tried what the website recommended, and that didn't work.
Next/finally, I tried the code (below) that you recommended, and that
worked without me having to press F5 key in Google Chrome.
<link type="image/png" rel="icon" href="/favicon.ico" />
Thanks a lot Neale!!!
On Thu, Dec 6, 2012 at 11:06 PM, Howard W. Smith, Jr. <
smithh032...@gmail.com> wrote:
Neale,
Thank you for the response. I am trying the approach you recommend (the
code provided), but no success yet. Will keep hacking my way at it, and
let
you know if I have any more questions, or when it works.
Howard
On Thu, Dec 6, 2012 at 10:40 PM, Neale <ne...@metawerx.net> wrote:
<link type="image/png" rel="icon" href="/favicon.ico" />