AW: Re-Cannot upload an image file from a deployed JSP page in Tomcat 10

2023-05-29 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Lauri, > -Ursprüngliche Nachricht- > Von: Lauri > Gesendet: Dienstag, 30. Mai 2023 08:20 > An: Tomcat Users List > Betreff: Re-Cannot upload an image file from a deployed JSP page in Tomcat > 10 > > Hi Thomas, > > I get returned "Page no found" when I navigate through: > https://

Re-Cannot upload an image file from a deployed JSP page in Tomcat 10

2023-05-29 Thread Lauri
Hi Thomas, I get returned "Page no found" when I navigate through: https://www.linuxquestions.org/questions/linux-server-73/fileupload-class- I don't understand the relation between the code in my JSP page and the link you provided me: https://docs.oracle.com/javaee/6/tutorial/doc/gmhba.html W

Re-Cannot upload an image file from a deployed JSP page in Tomcat 10

2023-05-29 Thread Lauri
Hi Mark, If I understand well: a) I should remove the commons*.jar files from my /u01/tomcat/base/middleware/tomcat10/webapps/TESTS/WEB-INF/lib. b) I do not need to have a specific configuration for Tomcat 10 to use servlet-api and jakarta EE packages. I still do not understand the following:

AW: Cannot upload an image file from a deployed JSP page in Tomcat 10

2023-05-29 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hallo Lauri, > -Ursprüngliche Nachricht- > Von: Lauri > Gesendet: Montag, 29. Mai 2023 11:36 > An: users@tomcat.apache.org > Betreff: Cannot upload an image file from a deployed JSP page in Tomcat 10 > > 1) Summary of the problem: > > From Tomcat 10 and onwards there has been a move fro

Re: [ANN] Apache Tomcat 9.0.75 available

2023-05-29 Thread Mark Thomas
On 29/05/2023 08:56, Greg Huber wrote: Hello, Looking through my logs I am seeing a few: org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe Checking previous logs for 9.0.74, there were none, and I have not made any changes to my app.  Were there any chan

Re: Cannot upload an image file from a deployed JSP page in Tomcat 10

2023-05-29 Thread Mark Thomas
On 29/05/2023 10:36, Lauri wrote: 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.*. Note the above. I have these li

Cannot upload an image file from a deployed JSP page in Tomcat 10

2023-05-29 Thread 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

Re: [ANN] Apache Tomcat 9.0.75 available

2023-05-29 Thread Greg Huber
Hello, Looking through my logs I am seeing a few: org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe     at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:351) ~[catalina.jar:9.0.75]     at org.apache.catalina.connector.OutputBuf