Previous Topic: Instructions for Setting-Up Test Tool (SMP/E based install on USS)Next Topic: Running the Report Fetch 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

    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 or vi, depending on your terminal and platform.
  3. Find the lax.nl.java.option.additional property.
  4. 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.

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

  6. Save your file changes. You can now be able to run the tool.