Entering content frame

Procedure documentation Deploying a J2EE Application Locate the document in its SAP Library structure

Prerequisites

You should have an assembled J2EE application.

Procedure

...

       1.      Write the necessary class files. The main classes and interfaces you should use are in the com.sap.engine.deploy.manager package. You should provide all the necessary information for a proper deployment of a J2EE application, such as:

¡        Information about the J2EE engine where it will be deployed.

¡        Information about the transport protocol.

¡        Information about the settings of the J2EE application.

       2.      Start the main class file.

Result

The J2EE application is deployed with the settings you provided in the class files.

Example

See DeployExample.java.

 

 

Leaving content frame