Show TOC Start of Content Area

Procedure documentation Starting the Application  Locate the document in its SAP Library structure

Use

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

This graphic is explained in the accompanying text

Procedure

Build and deploy the project

...

       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.

Check in Your Changes to the DTR

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.

Result

Your tax calculation is executable. The sources are stored on the DTR server.

 

End of Content Area