Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Debugging Java Services | About Debugging a Java Service while it Runs in Integration Server | Setting Up Integration Server Version 9.7 or Later for Remotely Debugging a Java Service
 
Setting Up Integration Server Version 9.7 or Later for Remotely Debugging a Java Service
When using Designer to debug a Java service that is running in Integration Server version 9.7, you can set the port number and run the startDebugMode.bat/sh file to connect to a debug port.
*To configure Integration Server version 9.7 or later for remotely debugging a Java service
1. Shut down Integration Server.
2. If you need to change the port number, perform the following:
a. Open the startDebugMode.bat/sh file in a text editor. You can find the startDebugMode.bat/sh file in the following location:
Software AG_directory \profiles\IS_instance_name\bin
b. Locate and change the DEBUG_PORT property to specify the port on which the server should listen for the debugger to attach. The default is 10033.
c. Save your changes and close the startDebugMode.bat/sh file.
3. If Integration Server and the debugging tool are on different machines and you require a firewall port, open a firewall port for the debug port.
4. Run startDebugMode.bat/sh.
Integration Server logs the following on your console:
"Debug enabled (portNumber)"
Listening for transport dt_socket at address: portNumber
Integration Server restarts.