On Sun, Mar 01, 2020 at 09:20:01PM +, McIntyre, Vincent (CASS, Marsfield)
wrote:
>On Sat, Feb 29, 2020 at 11:07:30PM +, sebb wrote:
>>On Mon, 24 Feb 2020 at 06:30, McIntyre, Vincent (CASS, Marsfield)
>> wrote:
>>>
>>> Hi
>>>
>>> this has come up a few times in the past and I've tried to us
Hi Mark,
thanks for the reply. The mentioning of "Chunked" helped me solve the
problem. Our perl based REST client clearly tried to send the file as one
buffer. Fortunately changing that was on line of code.
> >
> > Then looking at the Tomcat configuration. The HTTP connector (working)
> > loo
Hello,
when I use the LogFormat with server processing time included, for example %
{ms}T:
LogFormat "%h %l %u %t \"%r\" %>s %b %{ms}T" common-ms
The output in the case of request upgraded to HTTP2 looks as follows:
::1 - - "GET /server-status HTTP/2.0" 200 25389 1597835516363
::1 - -
Hi,
our customer has the following setup:
Apache/HTTPD(2.4.43)->mod_jk(1.2.48)->Tomcat(9.0.12).
The application hosted by Tomcat has a REST interface that allows file
upload using POST requests. The problem now is that we get a 500 response
when we try to upload files larger than 2 GB. But thi