You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mm...@apache.org on 2001/08/15 04:40:37 UTC

cvs commit: jakarta-tomcat/src/etc/jk mod_jk.conf-jni

mmanders    01/08/14 19:40:37

  Added:       src/etc/jk mod_jk.conf-jni
  Log:
  Sample configuration file for use with JNI configuration.
  
  Revision  Changes    Path
  1.1                  jakarta-tomcat/src/etc/jk/mod_jk.conf-jni
  
  Index: mod_jk.conf-jni
  ===================================================================
  
  LoadModule jk_module modules/mod_jk.dll
  
  <IfModule mod_jk.c>
  
  JkWorkersFile <fill-path-to>/jni_workers.properties
  JkLogFile  logs/mod_jk-jni.log
  JkLogLevel error
  
  JkMount /*.jsp jni
  JkMount /servlet/* jni
  JkMount /examples/* jni
  
  </IfModule>