On 31/12/2020 16:05, valsaraj pv wrote:
> Thanks for your reply Mark.
>
> Is packetSize property still available in http connector? I got this
> warning when I added in it.
That property has never been valid for an HTTP Connector for any Tomcat
version.
> It is possible to add this property in a
Thanks for your reply Mark.
Is packetSize property still available in http connector? I got this
warning when I added in it.
It is possible to add this property in ajp connector but when I access via
Apache proxy, it shows connection closed. When this attribute is removed
all works fine. But this
On 31/12/2020 11:06, valsaraj pv wrote:
> 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
Did you make the changes to /conf/web.xml ? It seems you may
have made them just to that specific our_app application
Are you sure you are testing it correctly?
Can you try https://gf.dev/http-headers-test
On 31/12/20, 8:29 pm, "Amit Khosla" wrote:
Thanks for reply,
we did restarte
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
Thanks for reply,
we did restarted server while trying. The issue is still there even after
restart.
On Thu, Dec 31, 2020 at 11:14 AM Darryl Lewis
wrote:
>
>
> true
> true
>
>
>
> Restart the server.
>
> On 31/12/20, 3:50 pm, "Amit Khosla" wrote:
>
> Hi Team,
>