Invoke the JSP

Next, you must invoke the JSP. Notice that the name of the JSP is fakeLoginForm.jsp, and that it does not matter which values you type in here since the user is not going to be authenticated. Authentication must happen using the BankModule module, which so far does not have the operation included in the eMergedModules' stand-alone references. These operations will be added in the next section. For this reason, the login JSP files are labelled “fake”.

Before you begin these steps, ensure the server is started and all projects are published.
Follow these steps to invoke the JSP:
  1. From the menu, select Window > Open Perspective > Other. The Select Perspective window opens.
  2. Select the Show all check box.
  3. Click Web.
  4. Click OK. The perspective changes to Web.
  5. Switch to the Servers view in the Web perspective.
  6. Switch to the Project Explorer view.
  7. In the navigation tree, right-click Dynamic Web Projects > eMergedModuleWeb > WebContent > fakeLoginForm.jsp.
  8. From the pop-up menu, select Run > Run on Server. The Server Selection window opens.
  9. Click Choose an existing server.
  10. In the navigation tree, click localhost > WebSphere Process Server v6.0.
  11. Click Finish. The editor opens for Web Browser.
    Web Browser
  12. In the Customer Number field, type 9999000000.
  13. In the Password field, type password.
  14. Click Login. The Address field is set to http://localhost:9080/eMergedModuleWeb/fakeLogin.jsp.
    Web Browser
  15. From the menu, select File > Close (or press Ctrl+F4). The editor closes for Web Browser.

Feedback
(C) Copyright IBM Corporation 2005. All Rights Reserved.