This content has been marked as final. 
    
Show                 5 replies
    
- 
        
1. Re: Favicon cannot be able to display
wilczarz.wilczarz.gmail.com Sep 30, 2008 11:32 AM (in response to kaviarasu)The href attribute should be a path relative to your war root direcotry, so you should probably create a folder named
img
, paste the favicon there and in your page use:<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon" />
 - 
        
2. Re: Favicon cannot be able to display
kaviarasu Sep 30, 2008 2:03 PM (in response to kaviarasu)I added the particular line in my template.xhtml
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon" />
template.xhtml located in layout folder
and i place the favicon.ico in the img folder
My project structure is
si.ear 
si.war 
img 
stylesheet 
layout 
WEB-INF 
si.jar 
META-INF 
lib 
still i cant see my favicon.ico
thanks and regards
Kaviarasu - 
        
3. Re: Favicon cannot be able to display
nimo22 Sep 30, 2008 6:43 PM (in response to kaviarasu)Does anyone know, where the jboss-favicon is located?
 - 
        
4. Re: Favicon cannot be able to display
christian.bauer Sep 30, 2008 6:51 PM (in response to kaviarasu)/jboss-4.2.3.GA$ find . -name "favicon*" ./server/all/deploy/jboss-web.deployer/ROOT.war/favicon.ico ./server/default/deploy/jboss-web.deployer/ROOT.war/favicon.ico
That was difficult!
 - 
        
5. Re: Favicon cannot be able to display
nimo22 Oct 1, 2008 8:22 AM (in response to kaviarasu)Hey Chris,
sorry, I have meant the jboss SEAM - Favicon, and not the JBOSS-Server-Favicon.
Do you know where it s located?