Previous Topic: Copy Components from the Application ServerNext Topic: Create a Startup Batch/Script File


Copy Files from the EJB Build Machine

For the CFB Server to access EJBs on the application server, the portable interface definition files of the EJB must be accessed by the client. On the system running the CFB Server, create a directory to house the portable interface definition files. For example:

mkdir c:\app1

During the construction of the generated EJBs, a file (one per Server Procedure Step) containing the EJB 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 the directory on the CFB Server system.