Siebel Clinical Trial Management System Guide > Setting Up and Configuring Clinical Data Management System Integration > Process of Setting Up Clinical Data Management System Integration >

Configuring JVM Subsystem for Clinical Data Management System Integration


This task describes how to configure the JVM (Java Virtual Machine) subsystem required for clinical data management system integration.

This task is a step in Process of Setting Up Clinical Data Management System Integration.

To configure the JVM Subsystem for clinical data management system integration

  1. Navigate to the Administration - Server Configuration screen, then the Enterprises view.
  2. Select the Enterprise Server that you want to configure.
  3. Navigate to the Profile Configuration view.
  4. Create a new component profile.
  5. Set the parameters in the following table.
    Name
    Value

    Profile

    JAVA

    Alias

    JAVA

    Subsystem Type

    JVMSubsys

  6. Set the parameters in the following table in the Profile Parameters list.
    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 Clinical Trial Management System Guide Copyright © 2014, Oracle and/or its affiliates. All rights reserved. Legal Notices.