Re: mod_proxy tomcat6 question

2009-12-08 Thread groupalias v
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.

Re: mod_proxy tomcat6 question

2009-12-07 Thread groupalias v
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 >

mod_proxy tomcat6 question

2009-12-06 Thread groupalias v
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

Re: Debugging tomcat<->apache(mod_jk) bridge

2009-12-04 Thread groupalias v
: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 ...

Re: Debugging tomcat<->apache(mod_jk) bridge

2009-12-04 Thread groupalias v
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

Re: Debugging tomcat<->apache(mod_jk) bridge

2009-12-02 Thread groupalias v
: SHA1 >> >> All, >> >> On 12/1/2009 10:26 AM, André Warnier wrote: >>> >>> groupalias v wrote: >>>> >>>> httpd.conf >>>> - >>>> >>>> LoadModule jk_module          modules/mod_jk.so >&

Re: Debugging tomcat<->apache(mod_jk) bridge

2009-12-01 Thread groupalias v
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

Debugging tomcat<->apache(mod_jk) bridge

2009-12-01 Thread groupalias v
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