# conf/global/jk.global.conf # # Defining jk workers in a virtual host context has no effect! You would see # error messages like: "Could not find a worker for worker name=$workername" # # That's why this file should be included in httpd.conf in the global section LoadModule jk_module modules/mod_jk.so JkWorkersFile conf/extra/jk.worker.properties JkShmFile /var/log/httpd/jk.shm.file #JkShmSize 65535 # You may overwrite this in a virtual host context JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " JkRequestLogFormat "%w %V %T"