Customizing Branding Images in RDC

In RDC, the page header displays the Oracle logo as the product logo in the top-left corner by default and also allows for adding a co-brand logo in the top-right corner. You can customize the application to add your own product image and a co-brand logo.

Co-Brand Logo example

To customize the product and co-brand images:

  1. Create one or both image files in any format (for example JPG, GIF), as follows:
    • Product branding image: width of 155 pixels and height of 20 pixels.
    • Co-brand logo image: width of 100 pixels and height of 20 pixels.
  2. Copy the image files to the OPA_HOME\html\images folder. For example, C:\opapps54\html\images.
  3. Navigate to the middleware_home\user_projects\domains\FRDomain\config\fmwconfig\components\OHS\instances\ohs1\moduleconf.
  4. Open the file opa54_httpd.conf in a text editor and, if not already set, add an alias for opa54, pointing to the html folder: alias /opa54/ "C:\opapps52/html/"
  5. Save your changes and close the opa54_httpd.conf file.
  6. Repeat steps 3 through 5 for opa54_httpd.conf located under middleware_home\user_projects\domains\FRDomain\config\fmwconfig\components\OHS\ohs1\moduleconf.
  7. Open the RdcLogos.properties file in a text editor. This file is in the OPA_CONFIG_FOLDER. The folder path is determined by the registry entry opa54, found under HKEY_LOCAL_MACHINE > Software > Oracle.
  8. To replace the product brand image that appears in the top-left corner of the RDC pages:
    1. Find the string image.ProductBranding=images/FNDSSCORP.gif, where images is the folder where you placed the image. This folder may have a different name in your environment.
    2. Replace the text FNDSSCORP.gif with the name of the product brand image you created for step 1.
  9. To place a co-brand in the top-right corner of the RDC pages:
    1. Find the string image.CoBranding=images/co_brand.jpg.
    2. Replace co_brand.jpg with the name of the file containing the co-brand image you placed in the images folder at step 1.
    3. Find the string image.CoBrandingRendered=false and replace the value with true.
  10. Save your changes and close the RdcLogos.properties file.
  11. Restart the OpaServer1 from the WebLogic Admin Console for the changes to take effect.