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

2023-02-25 Thread Ph. Dinh
user different version of commons-fileupload 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 $CATAL

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 to

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 https://t