0 Replies Latest reply on Dec 17, 2007 12:13 PM by andyredhead

    Set tomcat connector/request processor JMX ObjectName?

    andyredhead

      Hi,

      I'm "playing" with some JMX monitoring for a group of jboss 4.2 application servers that sit behind apache webservers (sticky sessions enabled).

      I'd like to include values from the AJP connector ThreadPool and the GlobalRequestProcessor - the problem is that the names of these mbeans seems to include the address of the appserver, so each appserver uses a different name for the same thing, ie:

      name=ajp-192.168.0.21-8009,type=ThreadPool

      Is there any way I can override this to something like:

      name=ajp-my-name,type=ThreadPool

      Then I have the same jmx ObjectName on every appserver, so my monitoring package can look for the same jmx name on every appserver...

      Thanks,

      Andy