Thanks Chris. I was beginning to realize that myself. It hit me
yesterday that session management (though I have not started to deal
with it yet) could cause me problems if the apache mount and the
webapp do not match. Also having application code that is apache
directory aware is not at all clean.
I figured it out. It turns out the module configuration is getting
overwritten by the configuration of another module. Answers to your
questions inline.
> But what is getting close to off-topic, is being confusing in your
> explanations, to the point of making people wonder what exactly you are
>
Hi,
Hope this is not off-topic on this list.
I am new to tomcat and have recently set up the bridge between apache
and tomcat. I am able to access the pages if I access them directly.
But when one servlet forwards the request to another I get an error.
For example here is what I have in my http.c
:31, groupalias v wrote:
>>
>> Also as I promised here is the mod_jk.log after running it in debug
>> mode ( please note that I am not looking for an answer but would still
>> be looking to figure out what's happening with mod_jk) --
>
> Skipping init messages ...
e Dec 01 14:13:02 2009] [7267:3083376384] [debug]
ajp_connection_tcp_get_message::jk_ajp_common.c (1259): 05 01
00 00 00 00 00 00 00 00 00 00 00 00 00 00 -
[Tue Dec 01 14:13:02 2009] [7267:3083376384] [debug]
ajp_process_callback::jk_ajp_common.c (1846): AJP13 protocol: R
: SHA1
>>
>> All,
>>
>> On 12/1/2009 10:26 AM, André Warnier wrote:
>>>
>>> groupalias v wrote:
>>>>
>>>> httpd.conf
>>>> -
>>>>
>>>> LoadModule jk_module modules/mod_jk.so
>&
See answers inline -
On Tue, Dec 1, 2009 at 7:26 AM, André Warnier wrote:
> groupalias v wrote:
>>
>> httpd.conf
>> -
>>
>> LoadModule jk_module modules/mod_jk.so
>>
>>
>
> What the h.. is this line for : ?
I don't
Hi,
I am trying to set up mod_jk to forward requests to the webapp in
tomcat. The webapp itself works when accessed directly. But I get a
400 error in mod_jk when I try to access it (even the index.jsp)
through apache.
I see the error 400 in mod_jk.log but see nothing in tomcat logs. Its
as if th