costin      2002/08/09 10:36:17

  Modified:    jk/conf  jk2.properties
  Log:
  Comment out the shm and apr options. That will prevent loading - and
  the associated warnings.
  
  Revision  Changes    Path
  1.9       +3 -3      jakarta-tomcat-connectors/jk/conf/jk2.properties
  
  Index: jk2.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/conf/jk2.properties,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- jk2.properties    22 May 2002 23:49:18 -0000      1.8
  +++ jk2.properties    9 Aug 2002 17:36:17 -0000       1.9
  @@ -6,10 +6,10 @@
   ## DOCUMENTATION OF THE FORMAT IN JkMain javadoc.
   
   # Override the default port for the socketChannel
  -channelSocket.port=8019
  +# channelSocket.port=8019
   # Default: 
   # channelUnix.file=${jkHome}/work/jk2.socket
   # Just to check if the the config  is working
  -shm.file=${jkHome}/work/jk2.shm
  +# shm.file=${jkHome}/work/jk2.shm
   
  -apr.jniModeSo=/opt/apache2/modules/mod_jk2.so
  +# apr.jniModeSo=/opt/apache2/modules/mod_jk2.so
  
  
  

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

Reply via email to