----- Original Message -----
From: "Remy Maucherat" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Friday, January 16, 2004 2:15 AM
Subject: Re: cvs commit:
jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkCoyoteHandler.java


> [EMAIL PROTECTED] wrote:
> > billbarker    2004/01/15 19:14:11
> >
> >   Modified:    jk/java/org/apache/jk/server JkCoyoteHandler.java
> >   Log:
> >   Fix JMX self-registration when loading the "normal" way.
>
> I don't understand why, but two thread pools are registeres (and I have
> only one connector):
> Catalina:type=ThreadPool,name=jk8009
> Catalina:type=ThreadPool,name=jk8010
>
> ?

It seems that having the JMX registration broken was hiding all sorts of
bugs in Jk.  It seems that all the Handlers are now added to the WorkerEnv
twice (once by JkMain and once during JMX registration).  I'm going to have
to think about this one, since I don't really want to have to JMX register
the connectors in 3.3.2.

>
> The good part is that this is automagically picked up by the status
> servlet :) I don't know if the scoreboard will work, but it's a start. I
> remember some people who wanted to get status info about JK.
>
> Rémy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication in 
error, please notify us immediately by e-mail and then delete all copies of this 
message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the 
Internet is not secure. Do not send confidential or sensitive information, such as 
social security numbers, account numbers, personal identification numbers and 
passwords, to us via ordinary (unencrypted) e-mail.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to