1. Monitoring and logging strategy for a "facade webservice"? stackoverflow.comI'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.comI 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.comWe 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.comActually we are using Jconsole to suscribe to some Jmx notifications. |
5. Use JMX (MBean) to log WebLogic status stackoverflow.comI 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.comI'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 ... |