IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Developing business processes > Building human tasks > Set up a user interface for your human task > Deploying a generated client to an external runtime environment

Deploying a generated client to a test environment

Deploy your client to a runtime environment by defining a server and then using the client-specific deployment mechanism.

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

Deploying a generated client to an external runtime environment