Starting the Application
In this final step you build, deploy and run the example application.

...
1. Open the Servers view and select the AS Java server on which you want to deploy the application.
2. From the context menu, choose Add and Remove Projects.
3. Select the TaxEAR project. Choose Add and then Finish.
The EAR file is built and deployed automatically to the AS Java.
4. Test the JSP using the address http://<AS Java host>:<AS Java port number>/tax.jsp.
After the successful test, save your data on the DTR server.
...
1. Open 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. Choose OK.
The activity is checked in. It is now in closed state and you can no longer change it. The versions in this activity are now available on the DTR server.
Your tax calculation is executable. The sources are stored on the DTR server.