You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sh...@locus.apache.org on 2000/05/01 14:44:13 UTC

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

shachor     00/05/01 05:44:13

  Added:       src/etc  mod_jk.conf
  Log:
  Sample conf file for mod_jk. Should be updated by the user and included inside httpd.conf
  
  Revision  Changes    Path
  1.1                  jakarta-tomcat/src/etc/mod_jk.conf
  
  Index: mod_jk.conf
  ===================================================================
  
  LoadModule jk_module modules/mod_jk.dll
  
  <IfModule mod_jk.c>
  
  JkWorkersFile <fill-path-to>/workers.properties
  JkLogFile  logs/jk.log
  JkLogLevel warn
  JkMount /*.jsp ajp12
  JkMount /servlet/* ajp12
  JkMount /examples/* ajp12
  
  </IfModule>