You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bi...@apache.org on 2004/02/19 04:44:00 UTC

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

billbarker    2004/02/18 19:44:00

  Modified:    jk/java/org/apache/jk/common HandlerRequest.java
  Log:
  Fix JMX Request registration.
  
  And, yes I did test it this time :).
  
  Reported By: Jess Holle jessh@ptc.com
  
  Revision  Changes    Path
  1.33      +1 -1      jakarta-tomcat-connectors/jk/java/org/apache/jk/common/HandlerRequest.java
  
  Index: HandlerRequest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/java/org/apache/jk/common/HandlerRequest.java,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- HandlerRequest.java	27 Jan 2004 11:49:35 -0000	1.32
  +++ HandlerRequest.java	19 Feb 2004 03:44:00 -0000	1.33
  @@ -504,7 +504,7 @@
                       RequestInfo rp=req.getRequestProcessor();
                       rp.setGlobalProcessor(global);
                       ObjectName roname = new ObjectName(getDomain() + 
  -                                       "type=RequestProcessor,name=JkRequest" +count++);
  +                                       ":type=RequestProcessor,name=JkRequest" +count++);
                       ep.setNote(JMXRequestNote, roname);
                           
                       Registry.getRegistry().registerComponent( rp,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

Posted by Bill Barker <wb...@wilshire.com>.
I don't think this is important enough to stop the 5.0.19 release, since it
doesn't effect the core functionality of Jk-Coyote.  People that want it to
work can grab the jar from the nightly or the gump(y) build (or compile the
file into server/classes).  And there is a configuration setting for people
who don't want to see the error messages in their logs.

----- Original Message -----
From: "Remy Maucherat" <re...@apache.org>
To: "Tomcat Developers List" <to...@jakarta.apache.org>
Sent: Thursday, February 19, 2004 1:13 AM
Subject: Re: cvs commit:
jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java


billbarker@apache.org wrote:
> billbarker    2004/02/18 19:44:00
>
>   Modified:    jk/java/org/apache/jk/common HandlerRequest.java
>   Log:
>   Fix JMX Request registration.
>
>   And, yes I did test it this time :).
>
>   Reported By: Jess Holle jessh@ptc.com

Do you want a new 5.0.20 release to pick this up, or is it ok to release
5.0.19 anyway ?
It doesn't seem to me this is very critical, although it can be useful
in some cases.

Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org



Re: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

Posted by Remy Maucherat <re...@apache.org>.
billbarker@apache.org wrote:
> billbarker    2004/02/18 19:44:00
> 
>   Modified:    jk/java/org/apache/jk/common HandlerRequest.java
>   Log:
>   Fix JMX Request registration.
>   
>   And, yes I did test it this time :).
>   
>   Reported By: Jess Holle jessh@ptc.com

Do you want a new 5.0.20 release to pick this up, or is it ok to release 
5.0.19 anyway ?
It doesn't seem to me this is very critical, although it can be useful 
in some cases.

Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org