Using F5 to load balance tomcat servers

2018-07-02 Thread Support
We are having trouble gettings this work over 8080. Client -->F5:8080> does not connect to Tomcat server:8080. Client -->F5:8080> connects fine to Tomcatserver:8080. tcpdump on f5 reveals something about incorrect checksum. visitor.aaa.com.webcache > 172.24.1.26.10970: Flags [.], cksum

Re: Bug in org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream#read(byte[], int, int)

2018-07-02 Thread Piotr Joński
Hi, of course I use it together with multipart request. I have spring boot 2 + zuul on tomcat 8.5.31. And I cannot proxy traffic with multipart request due to that error. I know that available return the right number of bytes but later you have method makeAvailable() which tries to read more than

Re: Bug in org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream#read(byte[], int, int)

2018-07-02 Thread Rémy Maucherat
On Mon, Jul 2, 2018 at 4:35 PM Piotr Joński wrote: > Java: openjdk version "1.8.0_163" > OpenJDK Runtime Environment (Zulu 8.28.0.1-linux64) (build 1.8.0_163-b01) > OpenJDK 64-Bit Server VM (Zulu 8.28.0.1-linux64) (build 25.163-b01, mixed > mode) > > OS: Ubuntu 18.04 Linux local

Bug in org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream#read(byte[], int, int)

2018-07-02 Thread Piotr Joński
Java: openjdk version "1.8.0_163" OpenJDK Runtime Environment (Zulu 8.28.0.1-linux64) (build 1.8.0_163-b01) OpenJDK 64-Bit Server VM (Zulu 8.28.0.1-linux64) (build 25.163-b01, mixed mode) OS: Ubuntu 18.04 Linux local 4.15.0-23-generic #25-Ubuntu SMP Wed May 23 18:02:16 UTC 2018 x86_64 x86_64

RE: Apache http via tomcat WAR or Directory URL syntax (tomcat server.xml) for WAR application not working

2018-07-02 Thread Sandels Mark (RTH) OUH
Hi Chris I started off looking at older documentation on how to configure tomcat and apache http as a tomcat connector but have referred to tomcat connectors v 9 now. I have referred to the correct version of the documentation for Apache http 2.4. Can you see anything in my configuration