Show TOC

Deploying the HelloWorld ApplicationLocate this document in the navigation structure

Prerequisites

  • AS Java is running.

  • SAP NetWeaver Developer Studio is connected to AS Java.

Context

To consume this application (Web service), you first have to deploy it on an SAP NetWeaver Application Server for Java (AS Java). During the deployment, the WSDL document is generated on AS Java.

Procedure

  1. In the Project Explorer , choose HelloWorldEJBEAR .
  2. Choose Start of the navigation path Project Next navigation step Build All End of the navigation path.
    Note

    In the Project menu, the Build Project option is inactive if the Build Automatically option is enabled. In this case, the project is built automatically.

  3. Choose Start of the navigation path Window Next navigation step Show View Next navigation step Servers End of the navigation path.
  4. On the Servers tab page, right-click SAP Server , and then choose Add and Remove .
  5. From the list of available projects, choose HelloWorldEJBEAR , and then choose Add .
  6. Choose Finish .
  7. If prompted, log on to AS Java as Administrator.

Results

The logging-enabled application is deployed on AS Java.

Next Steps

Next step : Testing the HelloWorld Application