mturk       2002/10/26 05:42:45

  Modified:    jk/native2/server/isapi jk_isapi_plugin.c
  Log:
  Fake the childId as resolved so that worker_jni works properly.
  We don't have a multiprocess server here.
  
  Revision  Changes    Path
  1.51      +2 -1      
jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c
  
  Index: jk_isapi_plugin.c
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/native2/server/isapi/jk_isapi_plugin.c,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- jk_isapi_plugin.c 9 Oct 2002 17:11:22 -0000       1.50
  +++ jk_isapi_plugin.c 26 Oct 2002 12:42:44 -0000      1.51
  @@ -803,6 +803,7 @@
           return env;
       }
   
  +    workerEnv->childId = 0;
   /* XXX 
       
       Detect install dir, be means of service configs, */
  
  
  

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

Reply via email to