Previous Topic: Create a Consolidated CA Gen Java Runtime JAR FileNext Topic: Copy Files from the EJB Build Machine


Copy Components from the Application Server

In order for the client system to access EJBs on the application server, a number of the application server classes must be copied to the client system.

Follow these steps:

  1. On the client system, create a new directory with the name of the target application server. For example:
    mkdir c:\weblogic
    
  2. Copy the required components from the application server directory structure to the newly created directory. These components vary for each application server. Review the documentation for your application server to determine the JAR(s) that make up the client components.