Previous Topic: Configure USM Web View IntegrationNext Topic: Operations Console Basics


Launch Web Server Scripts

As an administrator, you enable launching of web server scripts. This functionality was previously disabled due to a security issue.

Follow these steps:

  1. Locate and open the following file on the UI Server:

    SOI_HOME\jsw\conf\soi-user-interface.conf

  2. Add the following entry:
    wrapper.java.additional.22=-DALLOW_WEB_SERVER_SCRIPT=1
    
  3. (Optional) Add a parameter to allow the script execution in a specified folder only:
    wrapper.java.additional.23=-DWEB_SERVER_SCRIPT_PATH="Path"
    
    Path

    Specifies the full path of a folder on your UI Server.

    Example: "C:/SOIUI/serverscripts"

    Note: The additional parameters numbers, 11 and 12, assume that, before this change, the last additional parameter was 10. In general, you increase each new parameter number by one.

  4. Restart the CA SAM User Interface Server service to activate the change.

    Note: If WEB_SERVER_SCRIPT_PATH is configured, the script must be in the specified folder (or one of its subfolders).