Deploying a generated client to a test environment

Once you have generated your own client, you may want to deploy it to a test environment.

To deploy your generated client to a test environment, follow these instructions.
  1. If the security is disabled, proceed as follows:
    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 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:
      With an external browser:
      1. Go to: http://localhost:9080/clientName (the hostname and port number might vary depending on your server configuration).
      Using WebSphere Integration Developer:
      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.

  2. If the security is enabled, proceed as follows:
    1. Change to the Web perspective.
    2. Browse to Enterprise Applications > the folder with the name of your module > Deployment Descriptor
    3. Click the Security tab and click Gather. The CustomClientUser will appear.
    4. Select CustomClientUser and check All authenticated users.
    5. Start the client. Similar to 1e, you can open it with an external browser at http://localhost:9443/clientName, or open it in the Web perspective as described above.
Related tasks
Customizing an existing client for your human task
Generating a client for your human task
Deploying a generated client to an external runtime environment
Internationalization support in the human task editor

Feedback
(C) Copyright IBM Corporation 2005, 2006. All Rights Reserved.