Show TOC

Deploying and Running the ApplicationLocate this document in the navigation structure

Prerequisites

The server specified in Start of the navigation path Window Next navigation step Preferences Next navigation step SAP AS Java End of the navigation path is up and running.

Procedure

1. Configure the application-j2ee-engine.xml Deployment Descriptor

  1. In the Project Explorer , expand the Start of the navigation path ConverterEAR Next navigation step EarContent Next navigation step META-INF End of the navigation path node.

  2. Double-click the application-j2ee-engine.xml file to open it for editing.

  3. Add the following reference configuration to the source code of the file:

                         <reference reference-type="hard">
            <reference-target provider-name="sap.com" target-type="library">tc~ui~faces</reference-target>
    </reference>
                      
  4. To save the file, choose Start of the navigation path File Next navigation step Save End of the navigation path from the main menu.

2. Deploy and Run the Application

To deploy the Converter application, proceed as follows:

  1. Choose Start of the navigation path Window Next navigation step Show View Next navigation step Servers End of the navigation path from the main menu.

  2. In the context menu of SAP Server in Servers view, choose Add and Remove .

    The Add and Remove dialog opens.

  3. Select the application ConverterEAR from the Available list on the left, then choose Add to add it to the Configured list on the right.

  4. Choose Finish .

    Note

    You have to enter the user name and password of a valid user with administrative privileges for this AS Java. If you have not defined additional users, you can use the default user Administrator with the master password you provided during installation.

Result

You can now start the application by opening a browser and pointing it to http://<host>:<http_port>/ConverterWeb/faces/index.jsp .

For more information about the correct communication port to use, see Viewing and Configuring the Communication Ports .