The world's leading application server software for IBM Z
Did you know the CICS Explorer not only includes a great development environment for Java, but also a remote debugger?
-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=27508,suspend=n Change the "address=" option to a IP port number on z/OS that is not already being used, the default CICS region userid is authorised to open, and your workstation can connect to. A link describing the options for runjdwp – run Java Debug Wire Protocol – is in the references section below.
Once you have this working, you may also want to look at the free IBM Monitoring and Diagnostic Tools for Java (aka IBM Health Center) that can be used to profile and tune your CICS Java application. Add "-Xhealthcenter:port=27509" (replacing the port number) to your JVM profile.
Copy