setupCmdLineXJB.bat, launchClientXJB.bat and other ActiveX batch files
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. We 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:
- setupCmdLineXJB.bat
Sets the client environment variables.
- launchClientXJB.bat
Calls the setupCmdLineXJB.bat file and launches the application you specify as its arguments; for example
orlaunchClientXJB.bat myapp.exe parm1 parm2launchClientXJB 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
Where was_client_home is the name of the directory where you installed the WAS client (for example, C:\WebSphere\AppClient).was_client_home\java\jre\bin;was_client_home\java\jre\bin\classic
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.