Before you start the connector for EJB, you must configure the
connector startup file.
To complete the configuration of the connector for Windows
platforms, you must modify the start_EJB.bat file:
- Open the start_EJB.bat file.
- Scroll to the section beginning with "SET
JCLASSES..."
- Edit the JCLASSES variable to point to the JAR file
created by the ODA. For example, if the JAR file created by the ODA
is c:\WebSphereAdapters\connectors\EJB\SampleLotus123.jar,
then set the JCLASSES variable to:
JCLASSES=.;%J_CLASSES%;c:\WebSphereAdapters\connectors\EJB\
SampleLotus123.jar
