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
- Click the Server tab in the properties view. If this is not open yet, then click Window > Show View > Servers.
- Right-click the server that you intend to deploy your client to and select Add and Remove Projects from the list.
- In the Add and Remove Projects window, select the generated Client EAR project created, and click Add.
- Click Finish.
- Invoke the client. You can start the client in either of the following ways:
- 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.
- Using IBM Integration Designer:
A browser window opens.
- Change to the Web perspective
- Open the folder with the name of your web project, and then open the folder WebContent.
- Right-click Index.jsp, and select Run > Run on Server
Deploying a generated client to an external runtime environment