Deploying the HelloWorld Application

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 pathProject Next navigation step Build AllEnd of the navigation path.
  3. Choose Start of the navigation pathWindow Next navigation step Show View Next navigation step ServersEnd 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