Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.6K On-Premises Infrastructure
- 138.7K Analytics Software
- 38.6K Application Development Software
- 6.1K Cloud Platform
- 109.6K Database Software
- 17.6K Enterprise Manager
- 8.8K Hardware
- 71.3K Infrastructure Software
- 105.4K Integration
- 41.6K Security Software
Create New Connection in Oracle jrockit Mission Control
Hi,
We are doing some performance monitoring using the Oracle jrockit Mission Control but got stuck when creating new connection.
Can someone help me what need to furnish details in Host and Port. I tried the Host Name as I tested with localhost and server name. Even I tried other than 7091 default port but all them showing untested.
Can someone provide pointers on this issue.
Appreciate your earlier response.
Thanks.
Answers
-
You need to set JMX parameters in the server start arguments on the managed server / JVM which you want to connect to
-Dcom.sun.management.jmxremote.port=7091 -Dcom.sun.management.jmxremote.rmi.port=7091 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false
for Jrockit
This discussion has been closed.