Tomcat and CLoudWatch

2020-08-19 Thread Jerry Malcolm
Is anyone successfully monitoring Tomcat JMX beans on Amazon CloudWatch?  This shouldn't be that difficult.  But we are hitting a brick wall.  Can't get anything to work that is recommended on forums. Thx - To unsubscribe, e-

Re: How to upload Files larger than 2GB

2020-08-19 Thread Martin Knoblauch
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

Re: Tomcat 9 and FIPS-140

2020-08-19 Thread Robert Hicks
Oops...here's the article. https://docs.bmc.com/docs/sso81/configuring-an-external-tomcat-instance-for-fips-140-231147871.html This is not for BMC just straight Tomcat 9 on JDK8. On Tue, Aug 18, 2020 at 6:56 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED M

Re: How to upload Files larger than 2GB

2020-08-19 Thread Mark Thomas
On 19/08/2020 10:58, Martin Knoblauch wrote: > 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 r

Tomcat mod_jk rpm-build for CentOS-8 - exit with error.

2020-08-19 Thread Robert Oschwald
@Klaus Trachtler: Managed to build mod_jk RPM for CentOS8. See https://gist.github.com/robertoschwald/3317b4d777f44260fef86c5059955ffc

How to upload Files larger than 2GB

2020-08-19 Thread Martin Knoblauch
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