Software AG Products 10.5 | Administering Integration Server | Starting and Stopping the Server | Passing Java System Properties to Integration Server
 
Passing Java System Properties to Integration Server
You can pass Java system properties to Integration Server by modifying the custom_wrapper.conf file.
Note:Microservices Runtime does not use the custom_wrapper.conf. For Microservices Runtime, set Java system properties in the following file using the JAVA_CUSTOM_OPTS property: Integration Server_directory /bin/setenv.bat(sh)
*To pass Java system properties to Integration Server
1. Open the custom_wrapper.conf file in a text editor. You can find the custom_wrapper.conf file in the following directory:
Software AG_directory \profiles\IS_instance_name\configuration
2. Add a wrapper.java.additional. n property that specifies the property name and value that you want to pass to Integration Server, where n is a unique sequence number. The property name must be preceded by -D.
For example, the wrapper.java.additional properties in the custom_wrapper.conf file would look similar to the following:
wrapper.java.additional.11=-Dmy.prop1=value1
wrapper.java.additional.12=-Dmy.prop2=value2
For more information about setting values in the custom_wrapper.conf file, see Software AG Infrastructure Administrator's Guide.
3. Save and close the file.
4. Restart the server for the changes to take effect.