Testing Deployment

When the application is installed1on a configured WebSphere Application Server installation the next step is to start and test the application.

Ensure the relevant server is started2and open the following page in a web browser:

https://<some.machine.com>:<port>/<context-root>

where,

<some.machine.com> identifies the the host name or IP address where your WebSphere Application Server is running, <port> identifies the server port on which client application is deployed and <context-root> identifies the Context Root of the WAR module (see Multiple EAR files, for details).

Before the page can be opened, the browser will be directed to the login page. Log in with a valid Cúram username and password and the browser will be redirected to the requested page.

Note: The usage of EAR file name Curam.ear for option-Dear.file and usage of application server name Curam for option-Dapplication.name in the examples of this chapter are for illustrative purposes. Based on your customized application and deployment strategy these values may change.
1 The installation of a web services application may also be required.
2 There is no need to restart the server after an application is deployed.