more stable
version.
Kind Regards,
Lauri
From: Christopher Schultz
Sent: Friday, June 2, 2023 4:45 PM
To: users@tomcat.apache.org
Subject: Re: Re-Cannot upload an image file from a deployed JSP page in Tomcat
10
Lauri,
On 6/2/23 02:58, Lauri wrote:
> @Tho
apache.org
Subject: Re: Re-Cannot upload an image file from a deployed JSP page in Tomcat
10
On 01/06/2023 10:18, Torsten Krah wrote:
> Am Donnerstag, dem 01.06.2023 um 08:52 + schrieb Lauri:
>>> You mention a servlet part, but I do not use a servlet.
>>> All the code is
esday, May 31, 2023 11:53 AM
To: users@tomcat.apache.org
Subject: Re: Re-Cannot upload an image file from a deployed JSP page in Tomcat
10
Am Mittwoch, dem 31.05.2023 um 09:42 + schrieb Lauri:
> But my initial question remains, what should have to modify on my
> posted JSP page ?
We alr
Of course, I would prefer to work with Jakarta (that's anyway the trend).
But my initial question remains, what should have to modify on my posted JSP
page ?
Kind Regards,
Lauri
From: Torsten Krah
Sent: Wednesday, May 31, 2023 11:25 AM
To:
t;.
What is webapps-javaee ? How can I use it if I have a JSP page for Java EE.
Kind Regards,
Lauri
From: Mark Thomas
Sent: Tuesday, May 30, 2023 9:22 AM
To: users@tomcat.apache.org
Subject: Re: Re-Cannot upload an image file from a deployed JSP page in Tomcat
10
e import="jakarta.sql.*" %>
<%@ page import="java.sql.*" %>
<%@ page import="org.apache.commons.fileupload.disk.DiskFileItemFactory" %> =>
TO REMOVE
<%@ page import="org.apache.commons.fileupload.FileItemFactory" %> => TO REMOVE
Kind
/doc/gmhba.html
What do you mean exactly ?
Thanks by advance for any indications.
Kind Regards,
Lauri
From: Thomas Hoffmann (Speed4Trade GmbH)
Sent: Monday, May 29, 2023 8:39 PM
To: Tomcat Users List
Subject: AW: Cannot upload an image file from a deployed JSP
mFactory" %>
What's wrong with this ?
e) Option 1, 2, 3
The JSP page has not been migrated from Tomcat X to Tomcat 10.
It has been directly deployed in Tomcat 10.
What is wrong in the code of my JSP page ?
Thanks by advance for any indications.
Kind Regards,
Lauri
1) Summary of the problem:
>From Tomcat 10 and onwards there has been a move from Java EE to Jakarta EE as
>part of the transfer of Java EE to the Eclipse Foundation, the primary package
>for all implemented APIs has changed from javax.* to jakarta.*.
I have a JSP page deployed in Tomcat 10 tha