Siebel Life Sciences Guide > Setting Up and Configuring Safety System Integration > Process of Setting Up Safety System Integration for Siebel Medical >

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, Enterprises view.
  2. In the top list applet, select the Enterprise Server that you want to configure.
  3. In the middle applet, click the Profile Configuration tab.
  4. Click New to create a new component profile.
  5. Set the following parameters.
    Name
    Value

    Profile

    JAVA

    Alias

    JAVA

    Subsystem Type

    JVMSubsys

  6. 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

Siebel Life Sciences Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.