Which is the best tool for monitoring Weblogic server(WLS8)?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / joe shestak
I suggest you to go with MindArray IPM. It is the best tool
for monitoring Weblogic server(WLS8). I am using this tool
to monitor our weblogic environment.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ab
tool will be created as per the project.
ticketing tool would be best
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / abhi
It is better to use weblogic KMs ( on top of BMC patrol agent ) to monitor weblogic instances.It has capacity to maintain parameter history.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / gaurav
We can Configured a Java profile for an external tool like I3 and Willy which can used for monitoring.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / mahendra
it is better to create our own scripts as per requirement,
becauese weblogic itself is having the tools to fetch data .
| Is This Answer Correct ? | 3 Yes | 5 No |
Answer / gopiram
Use the monitoring tab available in the WL Console or else
you can go for external tools such as LeekHunter
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / anil
WLST Scripting is best way to monitor all Weblogic
parameters from console or to automate in a script and
generate an schedueled emails.
| Is This Answer Correct ? | 0 Yes | 2 No |
A client invokes a method on a stateful session bean instance deployed in the weblogic server. While the method execution is in progress another method call arrives on the server. What will be the result? : BEA Weblogic
If configured multicast, which error is occurred..?
What is the meaning of classformaterrors used with the applet?
What is the default thread stack size in windows?
How do you do performance tuning of wls? What are various areas to do it
How to change from development mode to production mode in weblogic 10.3?
Can you explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
when i am starting my managed server it is coming to admin state.I used to click on resume button in admin console , so that it is comming to running state. How to resolve this problem for ever so that the server will come directly to running state instead of going to admin state?
Tell me how are the notifications generated when a server is added to a cluster?
How is the security handled in web logic j2ee connector architecture?
What is the list of pre-configured queues?
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?