costin      01/11/02 10:44:25

  Modified:    jk/conf  workers.properties
  Log:
  Remove ajp14 and inprocess - not yet supported on all tomcats.
  
  Revision  Changes    Path
  1.2       +2 -1      jakarta-tomcat-connectors/jk/conf/workers.properties
  
  Index: workers.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/conf/workers.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- workers.properties        2001/10/26 21:19:35     1.1
  +++ workers.properties        2001/11/02 18:44:25     1.2
  @@ -68,7 +68,8 @@
   # The workers that your plugins should create and work with
   #
   # Add 'inprocess' if you want JNI connector 
  -worker.list=ajp13,ajp14, inprocess
  +worker.list=ajp13
  +# ,ajp14, inprocess
   
   
   #------ DEFAULT ajp13 WORKER DEFINITION ------------------------------
  
  
  

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

Reply via email to