Which is the best tool for monitoring Weblogic server(WLS8)?
Answer Posted / enigma
WLS8 supports JMX but it uses weblogic implementation of
JMX server. It does not supports generalise sun javax API
which can be used with any JVM. There are some patches
available which can be used with WLS8 which will enabled
JMX based monitoring. Once JMX is enable there are many
monitoring tools available in the market. One can even go
for custom JMX utilities which can be used for server
monitoring.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What are the States of the Weblogic Server ?
What is the significance of boot?
What is the format of the log message out to standard out?
How do I use os authentication with weblogic jdriver for oracle and connection pools? : BEA Weblogic
How many ways to start and stop weblogic servers?
What are the steps required to modify config.xml file of web logic server?
How is security handled in the weblogic j2ee connector architecture? : BEA Weblogic
Tell me what can happen when stub can't to connect to web-logic server instances?
Tell me how does a server find out server unavailability?
What is the standard way to create threads, do initialization, etc. Within the application server? : BEA Weblogic
What are the different modules of wlst?
What is the function of T3 in WebLogic Server ?
What is meant by domain, adminserver, managedserver?
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?
How do I handle request/response using jms? : BEA Weblogic