Re: service() failed with http error 502

2023-03-27 Thread Luis Ramos
his attribute on the workers: max_packet_size It isn't set so the default of 8192 is used. And this attribute on the AJP connector: packetSize="65536" Those attributes need to match on all workers and the AJP connector. Mark On 23/03/2023 18:19, Luis Ramos wrote: &g

Re: service() failed with http error 502

2023-03-23 Thread Luis Ramos
) 646.452.9349 - Original Message - From: "Mark Thomas" To: "users" Sent: Thursday, March 23, 2023 12:51:59 PM Subject: Re: service() failed with http error 502 And the workers.properties file? Mark On 23/03/2023 16:13, Luis Ramos wrote: > Hi > Apache Tomca

Re: service() failed with http error 502

2023-03-23 Thread Luis Ramos
il.com Cell: 716/424-3311 -BEGIN GEEK CODE BLOCK- Version: 1.0 GCS/IT d+ s a C++ UL+++$ P+(++) L+++ E--- W+++ N+ o K(+) w--- O- M-- V-- PS+ PE Y(+) PGP++(+++) t+ 5-- X-- R+ tv+ b++ DI++ D++ G++ e(+) h--- r+++ y+++* --END GEEK CODE BLOCK-- On Wed, Mar 22, 2023 at

Re: service() failed with http error 502

2023-03-23 Thread Luis Ramos
On 22/03/2023 19:20, Luis Ramos wrote: > Hi List. > In and around last windows updates for our WIN2019 box, our tomcat connector > start to fail with the below error message. > Setup is IIS 10->ISAPI connector => Tomcat 9 -> > https://tomcat.apache.org/connectors-doc/webs

service() failed with http error 502

2023-03-22 Thread Luis Ramos
Hi List. In and around last windows updates for our WIN2019 box, our tomcat connector start to fail with the below error message. Setup is IIS 10->ISAPI connector => Tomcat 9 -> https://tomcat.apache.org/connectors-doc/webserver_howto/iis.html Has someone seen this behaivor? To be able to ope