Previous Topic: Setup Report List Test ToolNext Topic: Instructions for Setting-Up Test Tool (InstallAnywhere based install on any platform)


Instructions for Setting-Up Test Tool (SMP/E based install on USS)

The following is how to define your server and port, if you installed with the SMP/E install on USS.

Follow these steps:

  1. Navigate to the Utilities folder.

    USS (Installed by SMP/E) default:

    /cai/om_web_services/utilities

  2. Edit Report_List_Test.sh. You can use oedit or vi, depending on your terminal.
  3. Change the server property.

    Replace: -Dservername=localhost

    With: -Dservername=server.company.com

    Note: The server name is the address of the server where you deployed the CA OM Web Services.

  4. Change the port property.

    Replace: -Dport =8080

    With: -Dport=8081

    Note: The port is the http or https port of the server where you deployed CA OM Web Services.

  5. Save your file changes. You can now run the Report List Test Tool.