weblogic « jmx « Java Enterprise Q&A





1. Can my requirements be met with JMX?    stackoverflow.com

I am completely new to JMX. I have a specific requirement and wanted to know if it is possible to accomplish within the scope of JMX.

Requirements:

I have a ...

2. How to enable JMX on Weblogic 10.x    stackoverflow.com

I have an application that is JMX enabled. It has its own JMX Agent and some MBeans. When i launch the application in WebLogic, i am able to connect to the ...

3. Weblogic health monitoring feature    stackoverflow.com

Inside the weblogic console, when you click on a deployment, there is a tab named 'Monitoring' and a subtab named 'Health'. How can i expose my application health to this tab? Is ...

4. Start/stop a deployment in Weblogic 9 using JMX (or WLST)    stackoverflow.com

I want to start/stop a deployment in weblogic 9 server. I prefer to use JMX to talk to a weblogic MBean. I already use this to start/stop a server, but I cannot ...

5. How can I connect to Weblogic remotely using JConsole?    stackoverflow.com

Which URL, port and weblogic server side settings do I need to use?

6. MBean operations from Weblogic administration console or WLST    stackoverflow.com

Within my deployed application, MBeans are available to show internal statistics and provide operations. I can access them with a third party client app via JMX. Is there a way to ...

7. Weblogic ALSBConfigurationMBean initialization    stackoverflow.com

I'm trying to make an OSB (ESB) automated build process using Java. For that purpose I need to do the following things:

  1. Connect to weblogic - this is working //The weblogic version ...

8. How to monitor method execption and size in WebLogic by WDLF's Instrumentation    stackoverflow.com

My use case is my server provides some services for other systems to call and we want to monitor it. In this post ( Use JMX (MBean) to log WebLogic ...