----- Original Message -----
From: "Jess Holle" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Wednesday, February 18, 2004 12:01 PM
Subject: Re: [5.0.19] Release vote


> Bill Barker wrote:
>
> >It looked like it should work, but I couldn't free up a machine to test
it
> >on (until now :).  You can get rid of the messages by adding:
> >  request.registerRequests=false
> >to your jk2.properties file.
> >
> >
> Thanks.
>
> What are the  other effects of taking this action (and not taking this
> action)?
>

As long as the JMX registration of Requests is broken, the only effect of
setting this is to get rid of a lot of error messages in your logs :).

Once the JMX registration is fixed, doing this will prevent you from getting
Request statistics for AJP Requests via the status page (or any other JMX
agent).  Also, the JNI Channel will memory leak Request objects unless you
set this to 'false' (since they never get unregistered).

> --
> Jess Holle
>
>
> ---------------------------------------------------------------------
> 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