Re: How to update tomcat to user different version of commons-fileupload

2023-02-25 Thread Ph. Dinh
is this the right doc for configure DataSource Resource? https://tomcat.apache.org/tomcat-9.0-doc/jndi-datasource-examples-howto.html From: Mark Thomas Sent: Saturday, February 25, 2023 10:01 AM To: users@tomcat.apache.org Subject: Re: How to update tomcat to

Re: How to update tomcat to user different version of commons-fileupload

2023-02-25 Thread Mark Thomas
On 25/02/2023 17:28, Ph. Dinh wrote: Hi, Is there a way to try different versions of commons-fileupload (i.e 1.3, 1.4, and 1.5) on a Tomcat server (either 9.0 or 10.x)? Drop the necessary JARs (commons-dbcp, commons-pool) into $CATALINA_BASE/lib and then configure your DataSource Resource

Re: health check return 404 after upgrade from 70 to tomcat 9.0.71

2023-02-25 Thread Mark Thomas
On 25/02/2023 15:47, Rui wrote: Hi recently upgraded tomcat to 9.0.71 from 9.0.70 but saw 404 in our EKS cluster(with istio installed) Received [GET /actuator HTTP/1.1 Host: x:8079 User-Agent: kube-probe/1.23+ Accept: */* Connection: close Accept-Encoding: gzip ] Incoming request /health

Re: Tomcat V8.5.85

2023-02-25 Thread Mark Thomas
On 24/02/2023 18:50, Nitish Khune wrote: HI, Since I upgraded from 8.5.84 to 8.5.85 or later, Any REST API with below header throws a context mismatch exception Sample header : --header 'Cookie:

How to update tomcat to user different version of commons-fileupload

2023-02-25 Thread Ph. Dinh
Hi, Is there a way to try different versions of commons-fileupload (i.e 1.3, 1.4, and 1.5) on a Tomcat server (either 9.0 or 10.x)? fileUpload package paths shipped with Tomcat seems to be different with the paths in commons-fileupload so I don't think the class-loader technique here

health check return 404 after upgrade from 70 to tomcat 9.0.71

2023-02-25 Thread Rui
Hi recently upgraded tomcat to 9.0.71 from 9.0.70 but saw 404 in our EKS cluster(with istio installed) Received [GET /actuator HTTP/1.1 Host: x:8079 User-Agent: kube-probe/1.23+ Accept: */* Connection: close Accept-Encoding: gzip ] Incoming request /health with originalRemoteAddr in