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
- Stop the IBM Security Directory Integrator
service.
-
Navigate to the adapter timsol directory.
- Open the ibmdiservice.props file in the notepad.
- 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.
- Save and close the ibmdiservice.props file.
- Start the IBM Security Directory Integrator
service.