Show TOC

Deploying and Starting the ApplicationLocate this document in the navigation structure

Prerequisites
  • You have opened the SAP NetWeaver Developer Studio, and imported the application from the Start of the navigation path Welcome page Next navigation step Samples Next navigation step Project Management and Employee Services End of the navigation path

  • You have set up the application users.

    For more information, see Setting Up Application Users .

Procedure

1. Configure the AS Java in the Developer Studio

  1. Choose Start of the navigation path Window Next navigation step Preferences Next navigation step SAP AS Java End of the navigation path.

  2. Choose Add .

  3. In the Add new SAP System dialog, specify the required settings.

    For a local SAP NetWeaver Composition Environment installation, the settings are:

    • Instance Hostname: localhost

    • Instance Number: the number you specified during installation of the system. Usually 0 or 1 .

  4. Choose OK .

  5. Select the Default System radio button relevant to the newly added server.

  6. Choose OK .

2. Deploy the Application

  1. Select the xapps/ra.prjmgmt.app application in the Project Explorer .

  2. In the context menu, choose Start of the navigation path Development Component Next navigation step Build End of the navigation path, and choose OK .

  3. In the context menu, choose Start of the navigation path Development Component Next navigation step Deploy End of the navigation path, and choose OK .

  4. If necessary, provide an administrative user name and password to log in to the AS Java.

3. Start the Application in a Web Browser

  1. To start the application, type the following address in your Web browser: http://<host>:<port>/ProjectManagementAndEmployeeServicesWEB . Alternatively, you can run the application from SAP MMC. To do this:

    1. In the SAP MMC, browse the tree structure in the left-hand pane to locate the Java EE Aliases node. The result pane on the right-hand side displays the deployed applications, their aliases, and further details.

    2. To launch the application from the MMC, select ProjectManagementAndEmployeeServicesWEB , and choose Launch Application in the context menu.

  2. To log on to the application, use the credentials listed in Application Users and User Groups .

Note

After you have set up the users and attempt to log on to the application, you need to reset the default password.

Result

You can now continue with Running the Application Scenario .