Hello.
I am using Oracle SOA Suite 11.1.1.7 and I need to set custom logo in Worklist application. I have created a shared library as described in Deploying Images and JAR files as Part of a Shared Library JAR file - 11g Release 1 (11.1.1.7). I have deployed it as a shared library to a Weblogic server and restarted Worklist application as said in http://docs.oracle.com/cd/E28280_01/dev.1111/e10224/bp_worklist.htm#SOASE85326 :
"
To specify the branding logo:
Do one of the following:
- Refer to an external image-hosting web site. To do this task: In the Branding Logo field, enter the URL of the image.
- Upload an image to a particular location on the server and, in the Branding Logo field, enter its relative path, for example,
/afr/my_logo.png
. - Refer to an image from the shared library. To do this task: In the Branding Logo field, enter the path of the logo name as found in the shared library, for example,
/my_logo.pngv
.
"
I have tried different paths (/faces/images/logo.png, /images/logo.png, logo.png), but my logo does not appear. Am I doing something wrong?
My JAR has the following structure:
META-INF
MAINFEST.MF
images
logo.png