Enabling WebStudio Client Side Logging

You can enable the logs for the WebStudio client for logging messages that are submitted by the client.

Webstudio client-side logging can be enabled by configuring the intended logging flags in the WebStudio.html file.
Note: WebStudio client-side logging is different from RMS logging, which can be configured using the RMS.cdd file.

Procedure

  1. Go to the BE_HOME/rms/bin/ folder and extract the WebStudio.war package in a separate folder.
  2. From the extracted files, open the WebStudio.html file in the edit mode.
  3. In the WebStudio.html file, set the javascript variable webstudio_logging_enabled to true.
    The WebStudio client-side logging is now available.
  4. Save the WebStudio.html file and repackage all the extracted files to the WebStudio.war package.
  5. Restart RMS.
    The WebStudio client log is created at BE_HOME/rms/bin/logs/webstudio_client.log.