This topic applies only to the IBM Business Automation Workflow Advanced
configuration.

Deploying a generated client to a test environment

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
Deploy your client to a runtime environment by defining a server and then using the client-specific deployment mechanism.

About this task

To deploy your generated client to a test environment, follow these instructions.

Procedure

  1. Click the Server tab in the properties view.
    If this is not open yet, then click Window > Show View > Servers.
  2. Right-click the server that you intend to deploy your client to and select Add and Remove Projects from the list.
  3. In the Add and Remove Projects window, select the generated Client EAR project that you created, and click Add.
  4. Click Finish.
  5. Invoke the client.
    You can start the client in either of the following ways:
    1. With an external browser:
      • If the security is disabled, go to: http://localhost:9080/webProjectName (the hostname and port number might vary depending on your server configuration).
      • If the security is enabled, go to https://localhost:9443/webProjectName.
    2. Using IBM® Integration Designer:
      1. Change to the Web perspective
      2. Open the folder with the name of your web project, and then open the folder WebContent.
      3. Right-click Index.jsp, and select Run > Run on Server
      A browser window opens.