Simple Calculator EJB 3.0 setup

Configuring this project takes approximately 5 minutes.
The following steps show you how to import and run the sample:
  1. Before you can run the sample, you must first import it into your workspace.
    1. Import the sample.
    2. In the Import Project dialog box, accept the defaults and click Finish.
  2. To run the program:
    1. Ensure there are no errors listed in the Problems view. From the Servers view, start the WebSphere Application Server instance. This sample will run on either IBM® WebSphere® Application Server v7.0, or IBM WebSphere Application Server v6.1 with the IBM WebSphere Application Server Version 6.1 Feature Pack for EJB 3.0.
    2. Right-click the started server instance and select Add/Remove Projects. Add the SimpleCalculatorEJB3EAR to the configured project list and click Finish.
    3. In the Enterprise Explorer view, expand the SimpleCalculatorWeb project and expand the WebContent folder. Right-click the Calculator.jsp file, and select Run As > Run on Server.
    4. In the Run ON Server wizard, select the previously started server instance and click Next.

Feedback