Customizing the Contact Us Link

By default, the RDC application does not include the Contact Us link with the other global links that display in the page header and the page footer.

You can indicate whether you want the Contact Us icon to appear, and if so, its target URL.

To customize the Contact Us link:

  1. Stop the WebLogic Admin Server.
  2. Log in to the RDC application server.
  3. Navigate to the OPA_CONFIG_FOLDER. The folder path is determined by the registry entry opa54, found under HKEY_LOCAL_MACHINE > Software > Oracle.
  4. Open the RdcLogos.properties file with a text editor.
  5. Find the following two lines in the file:

    image.ContactUsUrl=https://support.oracle.com/ image.ContactUsUrlRendered=false

  6. Make the following changes:
    1. Replace the support.oracle.com Web address with the URL of the Web page that you want users to access when they click the Contact Us link.
    2. Set image.ContactUsUrlRendered=true to display the Contact Us link in the RDC application.
  7. Save your changes.
  8. Restart the WebLogic Admin Server instance.