Problem
The webMethods IS Windows service does not pick up the java system properties found in IntegrationServer\bin\server.bat.
Solution
The system properties are actually stored in the registry by IntegrationServer\bin\SaveSvcParams.exe
Edit server.bat and add your java properties at the end of this line:
for example,
Now there are two ways you can save the changes:
1) Re-register the service
Re-register the service by running:
2) Run server.bat -service <servicename>
You can look up what the service name is by viewing installSvc.bat and finding the value of "SET SVCNAME="
The run the following command: