Here are the changes that need to be done in jsl-Kernel.ini (present inside /ServerKernel/ folder) in order to allow Adeptia Kernel to pick up JVM arguments from launcher.properties in case Adeptia Server is running as window service:
params = 4
param00 = -cp
param01 = "/AdeptiaServer-4.9/ServerKernel/web\libs\BPMServer.jar;/AdeptiaServer-4.9/ServerKernel/etc/"
param02 = com.adeptia.indigo.loader.ApplicationLauncher
param03 = KN 1
The above parameters needs to be changed as:
params = 5
param00 = -cp
param01 = "/AdeptiaServer-4.9/ServerKernel/web\libs\BPMServer.jar;/AdeptiaServer-4.9/ServerKernel/etc/"
param02 = com.adeptia.indigo.loader.ApplicationLauncher
param03 = KN
param04 = 1
After making above changes in jsl-Kernel.ini and re-starting Adeptia Kernel as window service, JVM parameters are being picked up from launcher.properties.
Comments
0 comments
Article is closed for comments.