Previous Topic: Instructions for Setting-Up Test Tool (SMP/E based install on USS)Next Topic: Running the Report List Test Tool


Instructions for Setting-Up Test Tool (InstallAnywhere based install on any platform)

The following is how to define your server and port, if you installed with an InstallAnywhere based installation on any supported platform.

Follow these steps:

  1. Navigate to the Utilities folder.

    Windows default:

    C:\Program Files\CA\CA_OM_Web_Services\utilities

    USS (Installed by InstallAnywhere)/Unix/Linux default:

    /usr/local/CA_OM_Web_Services/utilities

    Other:

    <CA OM Web Services Install Location>/utilities

  2. Edit Report_List_Test.lax. You can use programs such as notepad, oedit, or vi, depending on your terminal and platform.
  3. Find the lax.nl.java.option.additional property and edit the server section of the property lax.nl.java.option.additional.

    Replace: -Dservername=localhost

    With: -Dservername=server.company.com

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

  4. Edit the port section of the property lax.nl.java.option.additional.

    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 tool.