Show TOC Start of Content Area

Procedure documentation Deploying Applications  Locate the document in its SAP Library structure

The deployment process must be executed to display the WD application, which belongs to the Web Dynpro DC, using a URL in the Web browser. The Web Dynpro DC is stored as an independent deployment unit in an appropriate directory in the Engine of the SAP NetWeaver Application Server. The application uses the services of the server and is executed using the WD runtime.

Prerequisites

      You have finalized development of your WD application.

      In the WD Perspective of the SAP NetWeaver Developer Studio, you have made the settings for the Engine by choosing Window Preferences SAP AS Java.

      The Java server was started using the SAPManagement Console.

      If you would like to check the current status of the Engine from within the WD Perspective, you would have to open the view SAP AS Java Cluster Overview by choosing Window Show View.

      Make sure that you have chosen Rebuild Project from the context menu of the project node. By this, the Java source text files and additional project-specific files, such as Java resource bundles or Java property files, are generated.

Procedure

       1.      To deploy the Project unit to the server, you place the cursor on the WD project folder in the Web Dynpro Explorer, and choose Create Archive.The deployable development unit (archive) is generated by this.

       2.      Choose Deploy from the same project context menu.

       3.      To deploy the logical Application unit which is also displayed in the Web Dynpro Explorer view, you select Deploy new Archive and Run. As you can see, you would also trigger the execution process for the WD application.

       4.      The Deploy View Console as well as the Infrastructure Console view are automatically opened; both give you an overview of the actual status of the deployment procedure.

Result

As a result, the file <WD DC>.ear is stored in the Web Dynpro DC folder.

More Information

Deployment Service

End of Content Area