Change the ICON of SAP EP Portal
After Changing the SAP Title every one tries to modify the SAP ICon this can be done by the following way.
The icon has the name favicon.ico and can be found in the root folder of the Web AS /Portal.
Favicons are images of the size 16x16 or 32x32 pixel in the Icon format (image/x-icon) and files have an .ico extension.
You can either change the standard sap favicon directly on the WebAs server wich needs might be done after each support package.
Path to Icon:
Prior EP 7.3:
<SID>/<INST>/j2ee/cluster/serverX/apps/sap.com/com.sap.engine.docs.examples/servlet_jsp/_default/root/favicon.ico
In EP 7.3 :
\usr\sap\<SID>\J<INST>\j2ee\cluster\apps\sap.com\com.sap.engine.docs.examples\servlet_jsp\_default\root\favicon.ico
Delete/Replace the
favicon.ico file with the custom one.
Usefull notes:
I looked in .../cluster/server0/apps/... (as indicated by some other posts) instead of .../cluster/apps/...
.../cluster/server0/apps/...
That was 7.0. One of the good architectural changes in 7.3 is that the applications are deployed
once for all cluster nodes on one instance and not on each node. Saves disk space and avoids inconsistencies between nodes.