Show TOC

Deploying the EAR to the AS JavaLocate this document in the navigation structure

Prerequisites

  • The AS Java is up and running.

  • The Deploy Controller of the AS Java is started and you have administrative privileges to use it.

Context

In this step you deploy the MyLoginModuleEAR file.

To deploy the file you use the Deploy view of the SAP NetWeaver Developer Studio.

Procedure


  1. Make sure you have properly configured the connection to the AS Java.

    To check it, from the menu path choose Start of the navigation path Window Next navigation step Preferences  End of the navigation path and choose SAP AS Java . Adjust the parameters if necessary.

  2. From the menu path, choose Start of the navigation path Window Next navigation step Show View  Next navigation step  Other... End of the navigation path

  3. In the dialog that appears, choose Start of the navigation path Deploy View Next navigation step Deploy View. End of the navigation path

  4. On the Deploy View tab, select External Deployable Archives and choose Add Element.

  5. Browse to the location of the MyLoginModuleEAR.ear file.

  6. Select the EAR file and choose Open .

  7. Choose Deploy.

    Caution

    To remove a login module from the AS Java, use the Undeploy view.

    Note

    You can also deploy the EAR file via the Telnet administration console. It is easier to track any errors that way when the deployment is not successful. For more information about the Telnet administration, see Administration Using Telnet.

Results

The EAR file is deployed to the AS Java.

More Information

Deploying Archives