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.
- If the security is disabled, proceed as follows:
- Click the Server tab in the properties
view. If this is not open yet, then click .
- Right-click the server and select Add and Remove
Projects from the list.
- In the Add and Remove Projects window,
select the generated Client EAR project that you created, and click Add.
- Click Finish.
- Invoke the client. You can start the client in either
of the following ways:
With an external browser:
- Go to: http://localhost:9080/clientName (the hostname and port number
might vary depending on your server configuration).
Using WebSphere Integration Developer:
- 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
A browser window opens.
- If the security is enabled, proceed as follows:
- Change to the Web perspective.
- Browse to
- Click the Security tab and click Gather.
The CustomClientUser will appear.
- Select CustomClientUser and check All
authenticated users.
- 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.