Creating the JVM Subsystem for Safety System Integration

This task describes how to create the JVM subsystem required for safety system integration.

This task is a step in Process of Setting Up Safety System Integration for Siebel Medical.

To create the JVM Subsystem for safety system integration

  1. In the Siebel application, navigate to the Administration - Server Configuration screen, then the Enterprises view.

  2. Select the Enterprise Server that you want to configure, and then click the Profile Configuration tab.

  3. Create a new enterprise profile record and complete the necessary fields.

    • Set the following parameters on the form that appears:

      Name Value

      Profile

      JAVA

      Alias

      JAVA

      Subsystem Type

      JVMSubsys

    • Set the following parameters in the Profile Parameters list applet.

      Name Alias Data Type Value

      JVM Classpath

      CLASSPATH

      String

      Set the classpath value as follows:

      • Windows. The files in the classpath must be separated by semicolons (;) and end with a semicolon and period (;.), for example:

        D:\WLSJMS;D:\WLSJMS\Siebel.jar;D:\
        WLSJMS\SiebelJI_enu.jar;D:\WLSJMS\
        wlfullclient.jar;.
        
      • UNIX. The files in the classpath must be separated by colons (:) and end with a colon and period (:.), for example:

        /usr/wlsjms:/usr/wlsjms/
        Siebel.jar:/usr/wlsjms/
        SiebelJI_enu.jar:/usr/wlsjms:.
        

      JVM DLL Name

      DLL

      String

      Set the path to the JVM library file, for example:

      • Windows:

        <JAVA_HOME>/jdk/jre/bin/server/
        jvm.dll
        
      • UNIX:

        <JAVA_HOME>/jre/lib/sparc/client/
        libjvm.so
        

      JVM Options

      VMOPTIONS

      String

      Set the JVM-specific options for the log file, for example:

      • Windows:

        -Djms.log=D:\WLSJMS\log\jms.log
        
      • UNIX:

        -Xusealtsigs -Xrs -Djms.log=/usr/
        wlsjms/log/jms.log