Re: Problem forward HTTP / Soap request using mod_jk

2009-11-04 Thread breako
.. 08 48 54 54 50 2F 31 2E 31 - .4..HTTP/1.1 [Tue Nov 03 18:14:30 2009] [7724:3132] [debug] jk_ajp_common.c (1560): (worker2) request body to send 0 - request body to resend 0 -- View this message in context: http://old.nabble.com/Problem-forward-HTTP---Soap-request-using-mod_jk

Re: Problem forward HTTP / Soap request using mod_jk

2009-11-04 Thread André Warnier
breako wrote: 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

Re: Problem forward HTTP / Soap request using mod_jk

2009-11-04 Thread breako
this message in context: http://old.nabble.com/Problem-forward-HTTP---Soap-request-using-mod_jk-tp26160709p26196676.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Problem forward HTTP / Soap request using mod_jk

2009-11-04 Thread André Warnier
See at bottom. breako wrote: 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

Re: Problem forward HTTP / Soap request using mod_jk

2009-11-04 Thread breako
and not it's http port? -- View this message in context: http://old.nabble.com/Problem-forward-HTTP---Soap-request-using-mod_jk-tp26160709p26200363.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe

Re: Problem forward HTTP / Soap request using mod_jk

2009-11-04 Thread breako
] [debug] jk_ajp_common.c (1560): (worker2) request body to send 0 - request body to resend 0 -- View this message in context: http://old.nabble.com/Problem-forward-HTTP---Soap-request-using-mod_jk-tp26160709p26200448.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Problem forward HTTP / Soap request using mod_jk

2009-11-04 Thread André Warnier
breako wrote: ... I wonder couild this be something do with Apache only knowing about the tomcat server's AJP port and not it's http port? I have to go right now, but I will answer this one quickly : You do not have to use mod_jk as a connector between Apache and Tomcat. There are two other

RE: Problem forward HTTP / Soap request using mod_jk

2009-11-04 Thread Jorge Medina
[mailto:alex.stave...@fineos.com] Sent: Tuesday, November 03, 2009 1:35 PM To: users@tomcat.apache.org Subject: Problem forward HTTP / Soap request using mod_jk 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

RE: Problem forward HTTP / Soap request using mod_jk

2009-11-04 Thread Jorge Medina
: Problem forward HTTP / Soap request using mod_jk Did you add a load blancer worker to your workers.properties? Below is what I use to perform load balancing over two Tomcat servers. I have a similar scenario: Apache in front of two (or more Tomcats). Apache forwards the requests using mod_jk. My

RE: Problem forward HTTP / Soap request using mod_jk

2009-11-04 Thread breaks
the above... -- View this message in context: http://old.nabble.com/Problem-forward-HTTP---Soap-request-using-mod_jk-tp26160709p26204973.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

RE: Problem forward HTTP / Soap request using mod_jk

2009-11-04 Thread Jorge Medina
: breaks [mailto:astave...@yahoo.com] Sent: Wednesday, November 04, 2009 4:57 PM To: users@tomcat.apache.org Subject: RE: Problem forward HTTP / Soap request using mod_jk Thanks to all. I am at home now but will try your suggestions tomorrow. I was just wondering why I would need a load balancer

Problem forward HTTP / Soap request using mod_jk

2009-11-03 Thread breako
... # Define 1 real worker using ajp13 worker.list=worker2 # Set properties for worker2 (ajp13) worker.worker2.type=ajp13 worker.worker2.host=localhost worker.worker2.port=23009 worker.worker2.lbfactor=1 Cheers -- View this message in context: http://old.nabble.com/Problem-forward-HTTP---Soap

Re: Problem forward HTTP / Soap request using mod_jk

2009-11-03 Thread André Warnier
breako wrote: Hi, I have two tomcat servers and I can make them talk to each other using soap / http no problem. I am tempted to ask what they are talking about, but I won't. However, when I put Apache infront of one my tomcat servers and set it up to forward http requests to the tomcat

Re: Problem forward HTTP / Soap request using mod_jk

2009-11-03 Thread Rainer Jung
On 03.11.2009 19:35, breako wrote: 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