Re: Tomcat 9 - failed to set property [packetSize]

2021-01-01 Thread valsaraj pv
You can either: > - remove the packetSize attribute from the Tomcat Connector > or > - set ProxyIOBufferSize 65536 in httpd.conf > > Mark > > > On 01/01/2021 08:07, valsaraj pv wrote: > > Here is the configuration details: > > > > Apache: > > >

Re: Tomcat 9 - failed to set property [packetSize]

2021-01-01 Thread valsaraj pv
already been committed. As a result, the > response may have the wrong status code. If your application is running on > WebSphere Application Server you may be able to resolve this problem by > setting com.ibm.ws.webcontainer.invokeFlushAfterService to false > org.apache.catalina.connecto

Re: Tomcat 9 - failed to set property [packetSize]

2020-12-31 Thread valsaraj pv
this behaviour is different from Tomcat 8, where this property worked fine with the same front end Apache proxy. Any pointers would be appreciated. Thank you very much! On Thu, 31 Dec 2020, 9:05 pm Mark Thomas, wrote: > On 31/12/2020 11:06, valsaraj pv wrote: > > Hi, > > &g

Tomcat 9 - failed to set property [packetSize]

2020-12-31 Thread valsaraj pv
Hi, WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin > Match [Server/Service/Connector] failed to set property [packetSize] to > [65536] I see this warning when migrating from Tomcat 8 to 9 on JDK 8. The warning went away when packetSize="65536" property removed. How to set