Hi John! Current version of the migration tool available on Tomcat's website is
1.0.0, not 0.2.0. .try using it,and see if that solves the issue.
С уважением,
Азат Усманов
Отдел разработки программного обеспечения
Казанский инновационный университет имени В.Г.Тимирясова
___
Hi
I found sample code for an UploadServlet with these imports
import org.apache.commons.fileupload.FileItem;
import org.apache.commons.fileupload.disk.DiskFileItemFactory;
import org.apache.commons.fileupload.servlet.ServletFileUpload;
This worked well with Tomcat 9.
However, when I switched t