Show TOC Start of Content Area

Function documentation Deploy a Bean Application That Does Not Contain Class Files  Locate the document in its SAP Library structure

Use

You can use this procedure to deploy an enterprise bean application that uses the class file of a deployed library. It is not necessary to deploy the class files again. You can use a path to the library they belong to.

Activities

...

       1.      Make a JAR that does not contain EJB JAR files. For more information, see Loading an EJB JAR File Without Enterprise Bean Class Files.

       2.      Ensure that the library used by the EJB JAR is deployed.

       3.      Make an EAR file. For more information, see Making an EAR.

       4.      Set specific deployment properties. For more information, see Setting the Deployment Properties of an Application.

       5.      Deploy the enterprise bean application. For more information see Deploying a J2EE Application and J2EE Application Component.

 

End of Content Area