This topic provides reference information about the aids that client applications and client services can use to access the ActiveX to EJB bridge. These enable the ActiveX to EJB bridge to find its XJB.JAR file and the Java run-time environment.
Location
The include file is located in the was_client_home\aspIncludes directory. You can include the file into your Active Server Pages (ASP) application with the following syntax in your ASP page:
<-- #include virtual ="/WSASPIncludes/setupASPXJB.inc" -->
This syntax assumes that you have created a virtual directory in Internet Information Server called WSASPIncludes that points to the was_client_home\aspIncludes directory.
Usage notes
The following batch files are provided for client applications to use the ActiveX to EJB bridge:
Sets the client environment variables.
Calls the setupCmdLineXJB.bat file and launches the application you specify as its arguments; for example:
launchClientXJB.bat myapp.exe parm1 parm2or
launchClientXJB MyApplication.vbp
An include file is provided for ASP users to automatically set the following page-level (local) environment variables:
To enable the ActiveX to EJB bridge to access the Java run-time dynamic link library (DLL), the following directories must exist in the system PATH environment variable:
was_client_home\java\jre\bin;was_client_home\java\jre\bin\classicWhere was_client_home is the name of the directory where you installed the WebSphere Application Server client (for example, C:\WebSphere\AppClient).
Note: This technique enables only one Java run time to activate on a machine, therefore all client services on that machine must use the same Java run time. Client applications do not have this limitation because they each have their own private, non-system scope.