For the client to successfully access the generated EJBs, the CLASSPATH must be set so that the application server JAR files, the CA Gen runtime JAR file, and the <Server Procedure Step>_dpy.jar files are in the CLASSPATH.
CLASSPATH is a semicolon-separated list of directories containing class files and/or a semicolon-separated list of JAR files. For example:
CLASSPATH=c:\MyApp\classes;c:\OtherApp\sample.jar
The CLASSPATH can be set in a variety of ways. In some cases, creating a small batch file may be a good choice. In other environments, manually setting the system environment variable is the only option.
Either way, the following tasks must be performed:
Follow these steps:
<app‑server‑dir>\<file1>.jar; <app‑server‑dir>\<file2>.jar
<CA-Gen‑root>\gen\classes\genrt.xx.jar
Note: xx refers to the current release of CA Gen. For the current release number, see the Release Notes.
<model‑dir>\c\<Server Procedure Step-1>_dpy.jar;<model‑dir>\c\<Server Procedure Step-2>_dpy.jar
Remember to separate each directory or file with a semicolon.
|
Copyright © 2013 CA.
All rights reserved.
|
|