Blogs about: Jmx

Featured Blog

Object Naming Conventions in JMX

10kloc wrote 1 week ago: Every MBean must have a name, more accurately, an ObjectName. Although, MBean could be named anythin … more →

Tags: Java, java 2, M.Bean, naming, Convention, Domain

JMX - Gotta Be

eurogirlone wrote 2 weeks ago: … more →

Tags: Music, house, Deep, Bass, Gotta Be, Morris / Audio

How to enable JMX on Tomcat running on EC2 (behind a firewall)

walrus wrote 4 weeks ago: Step 1: Copy catalina-jmx-remote.jar into Tomcat’s lib folder. This jar file is available in t … more →

Tags: Java, Linux, EC2, howto, tomcat java, Troubleshooting, Tomcat, tomcat6, visualvm

JMXTrans Setup (Monitoring a proprietary Java Application)

Geoff wrote 1 month ago: I recently had the need to improve monitoring of a proprietary java application.  After poking aroun … more →

Tags: Tools, graphite, mbeans, jmxtrans

Jboss JMX MicroKernel Overview1 comment

Zero Production Incidents wrote 1 month ago: Since we got to know the importance of the JMX Kernel in our previous posts lets look at the main co … more →

Tags: Tutorials, JBoss, Design, Architecture, JBoss MicroKernel, JMX MicroKernel, JBoss source code, jboss deployment framework

Remotely accessing ActiveMQ Java Management Extensions on a shielded server

Daniel Gressmann wrote 1 month ago: In this post I will describe how I solved my problem with setting up Java Management Extensions (JMX … more →

Tags: Software development, Java, activemq, RMI, Firewalls, monitoring

How to connect jconsole to a remote tomcat on a linux machine resolving connection refused issue

germanogiudici wrote 2 months ago: Follow these steps: open the jmx port on the tomcat jvm fill the setEnv.sh (under TOMCAT-HOME/bin) w … more →

Tags: my work, jConsole, jvm, Tomcat

@ManagedResource @ManagedAttribute @ManagedOperation

technoless wrote 2 months ago: links: - http://static.springsource.org/spring/docs/3.0.x/reference/jmx.html summary: - @ManagedReso … more →

Tags: spring

JBoss vs Tomcat

altabel wrote 3 months ago: Some people will argue that it’s not worthy comparing Tomcat and JBoss, because one of them is … more →

Tags: Java, IT - Applications, spring, hibernate, JPA, JBoss AS, Apache Tomcat, JAX-WS, JAX-RS

How to List Applications in JBoss AS 7 with JMX Remoting

Fernando Ribeiro wrote 3 months ago: import static java.lang.System.out; import java.io.IOException; import java.util.Set; import javax.m … more →

Tags: Software, JBoss AS, JMX Remoting

How to Shutdown JBoss AS 7 with JMX Remoting

Fernando Ribeiro wrote 3 months ago: import java.io.IOException; import javax.management.MBeanServerConnection; import javax.management.O … more →

Tags: Software, JBoss AS, JMX Remoting

MBean vs MxBean

technoless wrote 3 months ago: links: - http://www.javafundu.com/2009/12/mbean-vs-mxbean.html - http://www.javalobby.org/java/forum … more →

Tags: Uncategorized

How to List All MBeans in JBoss AS 7 with JMX Remoting

Fernando Ribeiro wrote 3 months ago: import static java.lang.System.out; import java.io.IOException; import java.util.Set; import javax.m … more →

Tags: Software, JBoss AS, JMX Remoting

How to List All MBeans in JBoss AS 5 with JMX Remoting

Fernando Ribeiro wrote 3 months ago: import static java.lang.System.out; import java.io.IOException; import java.util.Set; import javax.m … more →

Tags: Software, JBoss AS, JMX Remoting

JMX example

technoless wrote 3 months ago: links: - http://www.javalobby.org/java/forums/t49130.html summary: - build your bean - extract inter … more →

Tags: Uncategorized

How to List Applications in JBoss AS 5 with JMX Remoting

Fernando Ribeiro wrote 3 months ago: import static java.lang.System.out; import java.io.IOException; import java.util.Set; import javax.m … more →

Tags: Software, JBoss AS, JMX Remoting

How to Shutdown JBoss AS 5 with JMX Remoting

Fernando Ribeiro wrote 3 months ago: import java.io.IOException; import javax.management.MBeanServerConnection; import javax.management.O … more →

Tags: Software, JBoss AS, JMX Remoting

JMX JSRs

Fernando Ribeiro wrote 3 months ago: JSR 3 (1.4) – in maintenance JSR 160 (Remote API, a.k.a JMX Remoting) – in maintenance J … more →

Tags: Software, JMX Remoting

Scala from the world Java

altabel wrote 4 months ago: Scala is a statically typed and multi-paradigm programming language that runs on Java virtual machin … more →

Tags: Java, Scala, jvm, lift web framework, Akka actors platform, Junit tool, ScalaTest, JVM TI


Related Tags
All →

Follow this tag via RSS