Apama 10.7.2 | Using Apama with Software AG Designer | Debugging JMon Applications | Example debug session | Debug example of starting correlator and injecting application
 
Debug example of starting correlator and injecting application
Start a local correlator with remote debugging enabled. For example, if you specify port 8787, the command line looks like this:
correlator -l ApamaServerLicense.xml -j -J
-agentlib:jdwp=transport=dt_socket,address=8787,server=y,suspend=n
Inject the JAR into the running correlator. For example:
engine_inject –j simple-jmon.jar
You are ready to start an Apama debug session.