Re: Web server and tomcat - firewall

2008-05-08 Thread Rainer Jung
Andrew Hole schrieb: Thanks What means: error 10054 = Connection reset by peer. The backend (Tomcat) or the firewall or something similar in between httpd and Tomcat send back a TCP reset packet, when mod_jk send a packet on an established connection. A reset connection can not be used any

Re: Web server and tomcat - firewall

2008-05-07 Thread Rainer Jung
Hi Andrew, Andrew Hole schrieb: Hi all| Maybe you could help me to solve a problem with your experience. My company has implemented a solution of 3 layers (Apache web server, Tomcat Container and Database). There is a firewall between the web server and the tomcat. We get the following

Re: Web server and tomcat - firewall

2008-05-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, Rainer Jung wrote: | [Tue May 06 16:24:03 2008] [2704:3128] [error] jk_ajp_common.c | (951): (p11) can't receive the response message from tomcat, | network problems or tomcat ( 10.202.131.130:8009) is down | (errno=54) | | What is errno 54

Re: Web server and tomcat - firewall

2008-05-07 Thread Rainer Jung
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, Rainer Jung wrote: | [Tue May 06 16:24:03 2008] [2704:3128] [error] jk_ajp_common.c | (951): (p11) can't receive the response message from tomcat, | network problems or tomcat ( 10.202.131.130:8009) is down |

Re: Web server and tomcat - firewall

2008-05-07 Thread Andrew Hole
HI! I don't have perl installed in production servers, but it is windows server 2003. About mod_jk configuration (mod_jk/1.2.18) : # List the workers name worker.list = p1balancer, resumop1 # -- # Load Balancer worker # -- worker.p1balancer.type= lb

Re: Web server and tomcat - firewall

2008-05-07 Thread Rainer Jung
Filip Hanik - Dev Lists wrote: could be the extra space JkOptions + DisableReuse should be JkOptions +DisableReuse someone will correct me if I am wrong :) Oupss, didn't take the space serious. Of course it should not be there. Although if we don't recognize the option, we should throw

Re: Web server and tomcat - firewall

2008-05-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew, Andrew Hole wrote: | I don't have perl installed in production servers, but it is windows server | 2003. You could always try this: #include stdio.h #include string.h #include stdlib.h #define MAX_ERROR_STRING_LENGTH 1024 int main(int

Re: Web server and tomcat - firewall

2008-05-07 Thread Rainer Jung
Andrew Hole wrote: HI! I don't have perl installed in production servers, but it is windows server 2003. OK, then it is windows error 10054 = Connection reset by peer. About mod_jk configuration (mod_jk/1.2.18) : 1.2.18 does not have DisableReuse. It was first implemented in 1.2.19. Bad

Re: Web server and tomcat - firewall

2008-05-07 Thread Andrew Hole
Thanks What means: error 10054 = Connection reset by peer. Andrew On Wed, May 7, 2008 at 7:14 PM, Rainer Jung [EMAIL PROTECTED] wrote: Andrew Hole wrote: HI! I don't have perl installed in production servers, but it is windows server 2003. OK, then it is windows error 10054 =

Web server and tomcat - firewall

2008-05-06 Thread Andrew Hole
Hi all| Maybe you could help me to solve a problem with your experience. My company has implemented a solution of 3 layers (Apache web server, Tomcat Container and Database). There is a firewall between the web server and the tomcat. We get the following errors in mod_jk log: These errors

Re: Web server and tomcat - firewall

2008-05-06 Thread Filip Hanik - Dev Lists
could be the extra space JkOptions + DisableReuse should be JkOptions +DisableReuse someone will correct me if I am wrong :) if you are not using disable reuse, one has to match up the max clients on the httpd side with the maxThreads on the tomcat side, so that you don't leave