Testing Deployment

When the application is installed1on a configured WebLogic Server installation the application should be started and tested.

To do this, 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 WebLogic Server system is running, <port> identifies the SSL port of the server the application is deployed on3and <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 application 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.
3 The SSL port is one number up from the curam.server.port specified in the AppServer.properties file.