mod_jk - apache tomcat problem

Chong Yu Meng chongym
Mon May 17 12:01:53 PDT 2004


Sorry ! The specific URL for Apache-Tomcat integration is : 
http://cymulacrum.net/writings/tomcat5/c840.html

Net Llama! wrote:

> On 05/03/04 19:44, Kurt Wall wrote:
>
>> In a 1.3K blaze of typing glory, Net Llama! wrote:
>>
>>> I've got a RHES-3.0 box with apache2 and tomcat installed.  I'm 
>>> trying to get mod_jk2 working, but i can't quite figure out the 
>>> neccesary syntax to set it all up.
>>>
>>> What i'm hung up on is what i need to throw into httpd.conf to get 
>>> basic functionality.  right now when i try to start apache i get the 
>>> error:
>>>
>>> Invalid command 'JkWorkersFile', perhaps mis-spelled or defined by a 
>>> module not included in the server configuration
>>>
>>> All that i've added to httpd.conf is:
>>>
>>> LoadModule jk2_module modules/mod_jk2.so
>>>
>>> <IfModule mod_jk2.c>
>>> JkWorkersFile /etc/httpd/conf/workers.properties
>>> JkLogFile /var/log/httpd/mod_jk.log
>>> JkLogLevel info
>>> JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
>>> JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories
>>> JkRequestLogFormat "%w %V %T"
>>> JkMount /sf-soap/* worker1
>>> JkMount /sf-soap worker1
>>> </IfModule>
>>
>>
>>
>> Man, I love Google:
>>
>> http://www.junlu.com/msg/14050.html
>>
>> "You don 't need anything but the "LoadModule " line for jk2. The other
>> stuff is configured in the workers2.properties file. The documentation
>> for this is extremely light, but might be somewhat helpful. Check
>> http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/installhowto.html." 
>>
>
>
> OK, that cleared up some of the confusion as far as the syntax in 
> httpd.conf.   thanks.
>
> Seems that my workers2.properties is using mod_jk syntax instead of 
> mod_jk2.  i'm trying to figure out how to migrate it, but like is 
> noted above, documentation is extremely light.
>
>




More information about the Linux-users mailing list