head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 2007.07.04.15.04.21; author rse; state Exp; branches; next 1.2; commitid MAIyoEe2BiguHsos; 1.2 date 2007.07.04.13.45.52; author rse; state Exp; branches; next 1.1; commitid KVr5r07353Wzgsos; 1.1 date 2007.07.04.13.35.21; author rse; state Exp; branches; next ; commitid 112No8DdTdxYcsos; desc @@ 1.3 log @provide workers.properties file and configure status and tomcat workers there @ text @## ## apache-tomcat.conf -- Apache configuration for Tomcat ## # load DSO LoadModule jk_module @@l_prefix@@/libexec/apache/mod_jk.so # workers configuration JkWorkersFile @@l_prefix@@/etc/apache-tomcat/workers.properties # run-time & logging JkShmFile @@l_prefix@@/var/apache-tomcat/mod_jk.shm JkLogFile @@l_prefix@@/var/apache-tomcat/mod_jk.log JkLogLevel warn JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " # mount worker "status" (internal) JkMount status Order deny,allow Deny from all Allow from 127.0.0.1 # mount worker "tomcat" (remote) JkMount /*.jsp tomcat JkMount /servlet/* tomcat JkMount /examples/* tomcat @ 1.2 log @fix path @ text @d6 1 a6 1 LoadModule jk_module @@l_prefix@@/libexec/apache/mod_jk.so d9 1 a9 1 JkWorkersFile @@l_prefix@@/libexec/tomcat/conf/workers.properties d11 5 a15 3 # logging JkLogFile @@l_prefix@@/var/apache-tomcat/apache-tomcat.log JkLogLevel warn d17 12 a28 4 # assigning URLs to Tomcat JkMount /*.jsp ajp13 JkMount /servlet/* ajp13 JkMount /examples/* ajp13 @ 1.1 log @new package: apache-tomcat 1.2.23 (Apache Extension: Tomcat/JSP Adapter) @ text @d6 1 a6 1 LoadModule jk_module @@l_prefix@@/libexec/tomcat-adapter/mod_jk.so @