|
This topic has
2
replies
on
1
page.
|
|
|
|
|
|
|
|
|
I wants to start JConsole with weblogic on Solaris 10 machine. I have added the following parameters in the startup script of the weblogic
-Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=7099 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false
But while running "netstat -an" command, found that 7099 port is not listening.
TIA,
Tarun.
|
|
|
|
|
|
|
|
Hi Tarun,
A quick Google search on "weblogic jconsole" led me to this article :
http://e-docs.bea.com/wls/docs90/jmxinst/accesscust.html#1107229
It looks like you will need to use JMXServiceURL to connect to WebLogic Server's MBean Server.
Hope this helps
-Prashant
|
|
dfuchs
Posts:416
Registered: 1/5/06
|
Re: Wants to start Jconsole with Weblogic 9.2 on Solaris 10
Sep 27, 2007 8:00 AM
(reply 2
of 2) (In reply to
#1 )
|
|
|
|
Hi Prashant,
Thanks for the link!
I've added it there:
http://blogs.sun.com/jmxetc/entry/troubleshooting_connection_problems_in_jconsole
-- daniel
http://blogs.sun.com/jmxetc
|
|
|
This topic has
2
replies
on
1
page.
|
|
Back to Forum
Read the Developer Forums Code of Conduct
Email this Topic
Edit this Topic
|
|
Site Upgrade
Forums 7.1.8 was deployed Oct 26th. The release consists of minor fixes & a few enhancements.
|
|
Forums Statistics
Users Online : 56 - Guests : 127
About Sun forums
-
Sun Forums is a large collection of user generated
discussions. It is here to help you ask questions, find answers, and
participate in discussions.
Check out our guide on Getting
started with Sun Forums for a full walkthrough of how to best
leverage the benefits of this community.
|
|