!--a11y-->
Scenario 1: Step 3 – Building, Deploying, and
Running Projects 
You are in the J2EE perspective in the J2EE Explorer view.
...
1. Select the TaxEAR project and choose Build EAR File from the context menu.
This will create an EAR archive for your application.
...
1. Select the TaxEAR.ear file in the TaxEAR project and choose Deploy to J2EE engine from the context menu.
The Deploy Output view appears.
2. Wait until the message appears that confirms the successful deployment.
...
1. To be able to launch the tax.jsp file in a web browser, you must create a run configuration.
a. To do this, choose Run ® Run … from the menu bar.
b. When the Run form is available, select J2EE Application in the Configuration box and choose New.
c. To find the Enterprise Application project to which the JSP file belongs, choose Browse.
d. Select TaxEAR and confirm with OK.
e. To find the JSP file, activate the radio button JSP and choose Browse.
A dialog window appears.
f. Select tax.jsp.
g. This is all you have to enter in tab Web Objects.

As far as the J2EE engine tab is concerned, the settings from Window ® Preferences ® SAP J2EE Engine are taken automatically.
h. Specify the name taxcalc for the newly created run configuration.
i. Choose Apply to save the settings in this configuration.
2. Test the application.
a. Launch the JSP page via the created run configuration taxcalc.
b. Enter your income and press the button.
Your tax calculation program runs on your browser.
After the successful test, save your data on the DTR server.
...
1. Switch to the Design Time Repository perspective.
2. In the Open Activities view, locate the activity Add Content and in the context menu choose Checkin.
3. In the Checkin dialog, enter a description for the activity if you like and choose OK to confirm.
The activity is checked in. It is now in a “closed” state and can no longer be changed. The versions in this activity are now available on the server.
Your tax calculation is executable and the sources are stored on the DTR server.
