Victor Turco's Profile
Agile User
1
Points

Questions
0

Answers
1

  • Hi,
    Coincidentally this week I was trying to do exactly this, but I am having hard time following the Administrator Guide instructions to replace the Oracle logo with our company logo. 

     

    Basically I can’t find the Oracle home directory and the web.xml file they refer to (see below).

    I searched the entire server and found four web.xml files. I edited them and also added the new logo file to the images folders. Of course I restarted the server.

    Can someone give me guidance please?

    Thanks,
    Victor Turco.

    To replace the default company logo with a custom logo:

    1. Log in to server side.
    2. Find web.xml in the Oracle home directory.
    3. The bullet-items below give some samples of changing specific parameters in the web.xml file:
    -These lines of code allow you to enter the filename of your custom logo file:
    <context-param>
    <param-name>cobranding.image</param-name>
    <param-value>logo.gif</param-value>
    </context-param>
    Change the filename (including extension) where ―logo.gif‖ appears.

    4. Restart the application server.
    5. Log into Web Client to verify or evaluate your change(s).

    • 3516 views
    • 7 answers
    • 0 votes