cancel
Showing results for 
Search instead for 
Did you mean: 

Put favicon.ico in SDN's Webserver root

Former Member
0 Kudos

Hello SDN Team,

it would be nice to have a favicon.ico in SDN Webserver root so that when anybody creates a Bookmark of SDN this Icon is shown. Eddy De Clercq has some nice Icons in his Weblog for the Firefox Search plugin:

/people/eddy.declercq/blog/2005/03/31/foxy-iso-sdn-4-ltr

Regards

Gregor

Here is the link: http://www.woppy.net/sap/

Message was edited by: Mark Finnern

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member374
Active Contributor
0 Kudos

Hi Gregor,

That's a good suggestion.

SAP is a bit particular regarding icons, but we could use at least the http://www.sap.com/ one I think that would help already.

Best, Mark.

gregorw
Active Contributor
0 Kudos

Hi Mark,

since today the icon is there. Not the nice one from http://www.woppy.net/sap/ but there is a Icon. Just after a year time :-).

Thanks

Gregor

Former Member
0 Kudos

and you thought we forgot

gregorw
Active Contributor
0 Kudos

Hi Craig,

never thought so. But know I know how long the to-do list is. Should have a look when the wiki was requested an then interpolate it's going live date :-).

Regards

Gregor

eddy_declercq
Active Contributor
0 Kudos

Fyi. I've asked Tim to set this icon as default for the SDN search plugin for FF.

darrell_merryweather
Active Contributor
0 Kudos

Just to let you know that IE apparently has problems displaying these icons when using HTTPS, which is why it doensn't work with IE.

D

former_member394902
Contributor
0 Kudos

Hi,

Can you let me know where on the J2EE server does the favicon exists(i mean physical path)?

Thanks, Akhilesh

darrell_merryweather
Active Contributor
0 Kudos

There are two recommended methods for the favicon.

1) include the following URLs into the output of the HTML page

<link rel="ICON" href="<portalapp>/sdn.ico" type="image/x-icon" />

<link rel="SHORTCUT ICON" href="<portalapp>/sdn.ico" type="image/x-icon" />

where the <portalapp> can be your own portal application

2) You can include an .ico file in the root of the webserver. If you are using IIS as a reverse proxy, then it needs to be placed in the root of the IIS server. If you are using the J2EE dispatcher as the main web server, then I would imagine it is placed in the /irj/root folder (basically so it is accessible via http://<my server>:<port>/icon.ico

I hope this helps

Darrell