You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2002/05/03 20:23:26 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_uriMap.c jk_worker_lb.c

costin      02/05/03 11:23:26

  Modified:    jk/native2/common jk_uriMap.c jk_worker_lb.c
  Log:
  Ops :-)
  
  Disabled debugging on uriMap ( can be enabled by setting debug property )
  
  Revision  Changes    Path
  1.30      +1 -1      jakarta-tomcat-connectors/jk/native2/common/jk_uriMap.c
  
  Index: jk_uriMap.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_uriMap.c,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- jk_uriMap.c	3 May 2002 17:45:06 -0000	1.29
  +++ jk_uriMap.c	3 May 2002 18:23:26 -0000	1.30
  @@ -717,7 +717,7 @@
       uriMap->addUriEnv=jk2_uriMap_addUriEnv;
       uriMap->checkUri=jk2_uriMap_checkUri;
       uriMap->mapUri=jk2_uriMap_mapUri;
  -    uriMap->debug= 1;
  +    uriMap->debug= 0;
               
       result->object=uriMap;
       result->setAttribute=jk2_uriMap_setProperty;
  
  
  
  1.7       +2 -3      jakarta-tomcat-connectors/jk/native2/common/jk_worker_lb.c
  
  Index: jk_worker_lb.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_worker_lb.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- jk_worker_lb.c	3 May 2002 18:10:58 -0000	1.6
  +++ jk_worker_lb.c	3 May 2002 18:23:26 -0000	1.7
  @@ -59,8 +59,7 @@
    * Description: Load balancer worker, knows how to load balance among      *
    *              several workers.                                           *
    * Author:      Gal Shachor <sh...@il.ibm.com>                           *
  - * Based on:                                                               *
  - * Version:     $Revision: 1.6 $                                           *
  + * Author:      Costin Manolache
    ***************************************************************************/
   
   #include "jk_pool.h"
  @@ -361,7 +360,7 @@
               rec->in_recovering  = JK_FALSE;
               rec->retry_count    = 0;
               rec->error_time     = 0;
  -            rc->errCnt++;
  +            rec->errCnt++;
               /* the endpoint that succeeded is saved for done() */
               s->realWorker = rec;
               return JK_OK;
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>