Customizing the Logout Message

By default, RDC displays the following message when you log out of the application:

Default logout screen

You can customize this message by editing the RdcTexts.properties file. You may want to provide additional information or hints — such as exit from the browser or delete the browsing history — that users should do after logging out.

To customize the logout message for the RDC application:

  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 RdcTexts.properties file in a text editor.
  5. Find the following parameters and update their values to customize the logout message:
    logout.msg.normal.1=You are successfully logged out. Click
    logout.msg.normal.2= to log in again.
    logout.msg.timedout.1=Your session timed out. Click
    logout.msg.timedout.2= to log in again.
    logout.msg.changepassword.1=Your Password has been changed successfully. Click
    logout.msg.changepassword.2= to log in with new credentials.
    
  6. Save your changes and close the file.
  7. Restart the WebLogic Admin Server instance.