log « jmx « Java Enterprise Q&A





1. Monitoring and logging strategy for a "facade webservice"?    stackoverflow.com

I'm working on a "facade webservice" and I need to rethink part of it. The context - my webservice (let's call it "FacadeWebservice") is an internal webservice developed to hide other webservices ...

2. How do I programmatically dump JMX data?    stackoverflow.com

I want to be able to log all JMX data accessible via jconsole. Is there a way to do this programmatically? I'm building a form of logging of the system, and ...

3. Logging practices with multiple web applications    stackoverflow.com

We need to host multiple web applications in a clustered glassfish environment. Logback is the logging framework used by the web applications. Modification of the logging configuration (for e.g. the log ...

4. Log Jmx notifications to a file ? Any tool?    stackoverflow.com

Actually we are using Jconsole to suscribe to some Jmx notifications.
We would like to save them on a file periodically instead of seeing them on the GUI.
Any (free?) tool recommended? Thanks in ...

5. Use JMX (MBean) to log WebLogic status    stackoverflow.com

I know we can use MBean to get WebLogic's status. For example, use JDBCDataSourceRuntimeMBean (http://download.oracle.com/docs/cd/E15523_01/apirefs.1111/e13951/core/index.html) to get the JDBC status. And use other MBeans, we can also get the status of ...

6. Using JMX and JConsole to change logging levels on the fly - problem    coderanch.com

I'm trying to implement the solution described here I have everything configured to where I can see my log changing methods in the JConsole, but when I try to run one of them, I get an error that it can't find that class that contains the methods ("Log4jMBean" as described in the description linked above) I already had to augment the ...