Home

 

Deploying the RedBank application

The following steps show how to deploy the RedBank application to a remote system where IBM WebSphere Application Server v7 has been installed:

Ensure that the target WebSphere Application Server - server1 application server is started.

Start the WebSphere Application Server Administrative Console by entering the following in a Web browser and logging on:

https://<hostname>:9043/ibm/console | #160;<=== port 9048 in our case

Note: For the <hostname> it is sufficient to use the IP address of the machine running WebSphere Application Server. Run the command ipconfig from the command line to determine this. Note that the remote server might run on a different set of ports.

From the Administration Console, expand Applications and click New Enterprise Application.

Select Local file system and click Browse and locate the generated EAR file (C:\temp\RAD75EJBWebEAR.ear).

Select Fast Path and click Next.

In Step 1, select Precompile JavaServer Pages files, and click Next.

In Step 2, click Next.

In Step 3 (Summary), accept the defaults and click Finish.

You should see a screen showing the progress of the installation. After a short time, the following message will be displayed if the application is successfully deployed:

Application RAD75EJBWebEAR installed successfully.

Click Save directly to the master configuration link URL.

Navigate to the Applications Æ Application Æ Types WebSphere enterprise Application. Select RAD75EJBWebEAR and click Start.

Click Close Page and Logout.

Verify the application is working properly by opening a Browser and navigating to the following URL of the target machine:

https://<hostname/address>:9443/RAD75EJBWeb/ <=== 9448 for us

ibm.com/redbooks