Run the JSP Application

Run the JSPBookDemo application on Tomcat 7.
  1. In the Project Explorer, right-click the JSPBookDemo project; then select Run As > Run on Server from the context menu.
  2. On the Run On Server dialog box, be sure that Tomcat v7.0 Server at localhost is selected; then click Finish.

    This starts the Web form.

  3. In the Stock Number field, type 1111; then click Read.

    The Web form shows the database information for the Oliver Twist title.

  4. Click End Session and close the Web form.