http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21714

--- Davanum Srinivas <[EMAIL PROTECTED]> wrote:
> Do you want me to create a bugzilla report? here's the diff. Need to check for the 
> whole class
> ("mx4j.adaptor.http.HttpAdaptor")
> 
> Thanks,
> dims
> 
> Index: JkMX.java
> ===================================================================
> RCS file: 
> /home/cvs/jakarta-tomcat-connectors/jk/java/org/apache/jk/common/JkMX.java,v
> retrieving revision 1.12
> diff -d -u -b -B -w -u -r1.12 JkMX.java
> --- JkMX.java   2 Jun 2003 01:22:32 -0000       1.12
> +++ JkMX.java   18 Jul 2003 15:24:29 -0000
> @@ -112,7 +112,7 @@
>      public void loadAdapter() throws IOException {
>          boolean adapterLoaded = false;
> 
> -        if (classExists("mx4j.adaptor.http")) {
> +        if (classExists("mx4j.adaptor.http.HttpAdaptor")) {
>              try {
>                  serverName = new ObjectName("Http:name=HttpAdaptor");
>                  mserver.createMBean("mx4j.adaptor.http.HttpAdaptor", serverName, 
> null);
> 
> 
> =====
> Davanum Srinivas - http://webservices.apache.org/~dims/
> 
> __________________________________
> Do you Yahoo!?
> The New Yahoo! Search - Faster. Easier. Bingo.
> http://search.yahoo.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


=====
Davanum Srinivas - http://webservices.apache.org/~dims/

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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

Reply via email to