Start an ActiveX application and configuring service programs

 

Overview

To run an ActiveX service program such as Active Server Page (ASP) that is to use the ActiveX to the Enterprise Java Bean (EJB) bridge, perform some initial configuration to set appropriate environment variables and to enable the ActiveX to EJB bridge to find its XJB.JAR file and the Java run time. This configuration sets up the environment within which the ActiveX service program can run.

The XJB.JClassFactory must find the Java run time dynamic link library (DLL) when initializing. In a service program such as Internet Information Server you cannot specify a path for its processes independently; set the process paths in the system PATH variable. This limitation means that you can only have a single Java Virtual Machine (JVM) version available on a machine using ASP.

 

Overview

To add the Java Runtime Environment (JRE) directories to your system path, complete one of the following subtasks:

  1. On Windows 2000 systems, complete the following substeps:

    1. Open the Control Panel, then double-click the System icon.

    2. Click the Advanced tab on the System Properties window.

    3. Click Environment Variables.

    4. Edit the Path variable in the System Variables window.

    5. Add the following information to the beginning of the path that is displayed in the Variable Value field:

      C:\WebSphere\AppClient\Java\jre\bin;C:\WebSphere\AppClient\Java\jre\bin\classic;

      where C:\WebSphere\AppClient is the directory in which you installed the Java client in the WebSphere product.

    6. Click OK in the Edit System Variable window to apply the changes.

    7. Click OK in the Environment Variables window.

    8. Click OK in the System Properties window.

    9. Restart Windows 2000.

  2. On Windows NT, complete the following substeps:

    Note:

    1. Open the Control Panel, then double-click the System icon.

    2. Click the Environment tab on the System Properties window.

    3. In the System Variables window, edit the Path variable.

    4. Add the following to the beginning of the path displayed in the Value input box:

      C:\WebSphere\AppClient\Java\jre\bin;C:\WebSphere\AppClient\Java\jre\bin\classic;

      Where C:\WebSphere\AppClient is the directory in which you installed the Java client in the WebSphere product.

    5. Click Set to apply the changes.

    6. Click OK.

    7. Restart your Windows NT system.

 

What to do next

After you change the system PATH variable reboot the Internet Information Server machine so that Internet Information Server can see the change.