Re: Problem forward HTTP / Soap request using mod_jk

2009-11-04 Thread breako
Note, I turned off MIME boundaries as I thought this was the problem. That is what the HTTP request as spotted by TCPMOM does not contain MIME boundaries. The corresponding Mod_JK is... ed Nov 04 16:52:55 2009] [5024:4688] [debug] jk_ajp_common.c (1070): sending to ajp13 pos=4 len=216 max=8192

Re: Problem forward HTTP / Soap request using mod_jk

2009-11-04 Thread breako
You are correct it is a post and it is missing a body. However, I used a utility tool TCPMon, to sniff what was being sent to the Apache Http Server. This does include a body, wrapped in tags. I do not know why Apache Http Server does not forward this to my tomcat server. The difference betwee

Re: Problem forward HTTP / Soap request using mod_jk

2009-11-04 Thread breako
Thanks so much for getting back to me. It's just a java process that is supposed to process requests from docy. This all works when it's just one tomcat as a client and one tomcat as a server with no apache http server infront of the server. Here is part of the request I edited out... [Tue Nov

Re: Problem forward HTTP / Soap request using mod_jk

2009-11-04 Thread breako
Thanks so much for replies. Very much appreciated. In response to the questions: 1. I have an apache server in front of my tomcat. 2. The reason why I am doing this is because I wish to use multiple tomcats and have some load balancing. That didn't work, so in trying to diagnose the problem, I

Problem forward HTTP / Soap request using mod_jk

2009-11-03 Thread breako
Hi, I have two tomcat servers and I can make them talk to each other using soap / http no problem. However, when I put Apache infront of one my tomcat servers and set it up to forward http requests to the tomcat server it doesn't get any requests. I am using the mod_jk to achieve the forwarding.