Previous Topic: Copy Components from the Application ServerNext Topic: Set the CLASSPATH


Copy Files from the EJB Build Machine

For the client system to access EJBs on the application server, the portable interface definition files must be accessed by the client.

During the construction of the generated EJBs, a file (one per load module) containing the EJB's portable interface definition is created. The file is named <Server Procedure Step>_dpy.jar.

Copy all <Server Procedure Step>_dpy.jar files from the <model‑root>\java\classes directory to a directory on the client system, such as the <model‑root>\c directory.