Configuring the Dispatcher JVM properties for Windows operating systems

The Security Verify Directory Integrator is a Java application that runs its own JVM. You can supply standard JVM properties to the Dispatcher.

About this task

Standard JVM properties are:
  • encoding
  • memory allocation initial size
  • memory allocation maximum size
The Dispatcher process is a running instance of the Security Verify Directory Integrator server.

As an example, this procedure sets the dispatcher encoding to UTF-8.

Procedure

  1. Stop the IBM Security Directory Integrator service.
  2. Navigate to the adapter timsol directory.
  3. Open the ibmdiservice.props file in the notepad.
  4. Set the value of the jvmcmdoptions property to the Java™ property that you want to change.
    For example, if you want the Dispatcher JVM to run with UTF-8 encoding, then set jvmcmdoptions=- Dfile.encoding=UTF-8.
    Note: Separate more than one property with a space.
  5. Save and close the ibmdiservice.props file.
  6. Start the IBM Security Directory Integrator service.