Re: Unable to transfer file above 60mb in Tomcat

2022-05-02 Thread Mark Thomas
There isn't a question in the post below. I am assuming that the implied question is "why doesn't this work?". The code uses memory inefficiently and the JVM is not configured with enough memory to handle the load. One of the following should solve this: 1. Re-write the server code to read t

RE: Automated migration for Tomcat 9 to 10

2022-05-02 Thread Chetna Agrawal
Hi, This is a follow-up mail. Please help with the below issue. Regards, Chetna Agrawal -Original Message- From: Chetna Agrawal Sent: 28 April 2022 17:35 To: users@tomcat.apache.org Subject: Automated migration for Tomcat 9 to 10 Hi, I want to migrate my webapp from Java EE8 to Jakart

Unable to transfer file above 60mb in Tomcat

2022-05-02 Thread dkumar
Dear team, I have a file copy application, that run between tomcat server and java client. Its copy file from server end to paste at client end. At server end code written in Servlet file. Its read file data and file name from file. And storing it into String object and send it to client in r