< Previous | Next >

Invoking the loan application with a JSP

Start the loan application on a server using the JSP as an interface.

Follow these instructions to invoke the JSP to test the application:
  1. Switch to the Web perspective. Click the Open a perspective button in the workbench, click Other, then select Web from the list opened in the Select perspective window and click OK.
  2. In the Project Explorer view, expand Dynamic Web Projects > LoanApplicationModuleWebApp > WebContent > index.jsp.
  3. Right-click index.jsp and in the pop-up menu click Run > 1 Run on Server. The Server Selection window opens.
  4. Click Choose an existing server.
  5. In the navigation tree, click localhost > WebSphere Process Server v6.0.
  6. Click Finish. The server will be automatically started and the module will be added to it. You can follow these actions in the Console view. Wait until the progress indicator in the bottom right corner stops and the Web Browser opens with the Your Bank Loan Application window.
  7. Click File > Save.

Feedback
(C) Copyright IBM Corporation 2005, 2007. All Rights Reserved.
< Previous | Next >