Integration Server 10.15 | Microservices Runtime Guide | Configuring Microservices Runtime | Passing Java System Properties to Microservices Runtime
 
Passing Java System Properties to Microservices Runtime
You can pass Java system properties to Microservices Runtime by modifying the setenv.bat/sh file.
*To pass Java system properties to Microservices Runtime
1. Navigate to Integration Server_directory /bin and use a text editor to open the setenv.bat/sh file.
2. Set the JAVA_CUSTOM_OPTS parameter so that it specifies the property name and value you want to pass to Microservices Runtime. The property name must be preceded by -D.
For example, the JAVA_CUSTOM_OPTS parameter in the setenv.bat file could look similar to the following:
set JAVA_CUSTOM_OPTS="-Dmy.prop1=value1 -Dmy.prop2=value2"
3. Save the file.
4. Restart Microservices Runtime for the changes to take effect.