How can I monitor a jvm started on a remote computer box?
Add the following properties on the server computer where you start the jvm in order to monitor that jvm remotly:
-Dcom.sun.management.jmxremote.port=10151
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
-Djava.rmi.server.hostname=serveripadress
Then run the Java VisualVM tool from the client computer and create a remote connection to the server box
(that tool is available from the JDK installation folder)
See Troubleshooting Java™ SE regarding different Java tools that may help you troubleshoot problems you encounter with isCOBOL applications.
Authored
by: Veryant Support
This question has been viewed 8206 times so far.
Click
Here to View all the questions in isCOBOL General
category.
File Attachments
There are no attachment file(s) related to this question.
User Comments
There are no user comments for this question. Be the first to post a comment. Click Here