Re: javax.naming.NameNotFoundException

2024-10-23 Thread Mark Foley
On Wed, 23 Oct 2024 19:13:44 Mark Thomas wrote: > > On 23/10/2024 18:57, Mark Foley wrote: > > I'm running Tomcat 8.5.11. I have a hopefully small problem. > > Tomcat 8.5.x is EOL and no longer supported. > > 8.5.11 is also rather old with quite a long list of know s

javax.naming.NameNotFoundException

2024-10-23 Thread Mark Foley
I'm running Tomcat 8.5.11. I have a hopefully small problem. I have a webapp directory: $CATALINA_HOME/webapps/myapp/. In that directory I have WEB-INF/web.xml with: connURL jdbc:mysql://localhost/members? java.lang.String In this example, the env-entry is just part of an SQL connection

Re: FileUpload class not working with Tomcat 10.1

2024-05-08 Thread Mark Foley
On 5/7/2024 4:52 PM, Christopher Schultz wrote: Mark, On 5/3/24 12:16, Mark Foley wrote: On 4/23/24 18:44, Chuck Caldarale wrote:    uploadfile    uploadfile /schDistImportResults.jsp The first servlet is named “uploadfile”. On Apr 23, 2024, at 12:42, Mark Foley  wrote: Now I

Re: FileUpload class not working with Tomcat 10.1

2024-05-03 Thread Mark Foley
On 4/23/24 18:44, Chuck Caldarale wrote: uploadfile uploadfile /schDistImportResults.jsp The first servlet is named “uploadfile”. On Apr 23, 2024, at 12:42, Mark Foley wrote: Now I need to add another program to the system that does file uploads. I created another

Re: AW: FileUpload class not working with Tomcat 10.1

2024-04-23 Thread Mark Foley
nabled and launched by the correspoding requesting program? Thanks --Mark On Thu Nov 16 14:36:21 2023 Christopher Schultz wrote: > Mark, > > Apologies for not replying earlier; looks like you have made good > progress. See below. > > On 11/14/23 12:19, Mark Foley wrote: > &

Re: AW: AW: FileUpload class not working with Tomcat 10.1

2023-11-15 Thread Mark Foley
On Tue Nov 14 14:50:10 2023 "Thomas Hoffmann (Speed4Trade GmbH)" thomas.hoffm...@speed4trade.com.INVALID> wrote: > > Hi Mark! > > > -Ursprüngliche Nachricht- > > Von: Mark Foley > > Gesendet: Dienstag, 14. November 2023 18:20 > > A

Re: AW: FileUpload class not working with Tomcat 10.1

2023-11-14 Thread Mark Foley
On Tue Nov 14 01:46:09 2023 "Thomas Hoffmann (Speed4Trade GmbH)" wrote: > > Hello Mark, > > > -Ursprüngliche Nachricht- > > Von: Mark Foley > > Gesendet: Montag, 13. November 2023 23:12 > > An: users@tomcat.apache.org > > Betreff: Re:

Re: AW: FileUpload class not working with Tomcat 10.1

2023-11-13 Thread Mark Foley
On Mon Nov 13 02:18:49 2023 "Thomas Hoffmann (Speed4Trade GmbH)" wrote: > Hello, > > > -Ursprüngliche Nachricht----- > > Von: Mark Foley > > Gesendet: Sonntag, 12. November 2023 19:04 > > An: users@tomcat.apache.org > > Betreff: Re: FileUpload

Re: FileUpload class not working with Tomcat 10.1

2023-11-12 Thread Mark Foley
On Fri Nov 10 15:57:50 2023 Christopher Schultz wrote: > > Mark, > > On 11/10/23 12:53, Mark Foley wrote: > > On Fri, 10 Nov 2023 17:11:59 Mark Thomas >> > >> On 10/11/2023 16:49, Mark Foley wrote: > >>> I recently upgraded from Tomcat 1

Re: FileUpload class not working with Tomcat 10.1

2023-11-10 Thread Mark Foley
On Fri, 10 Nov 2023 17:11:59 Mark Thomas > On 10/11/2023 16:49, Mark Foley wrote: > > I recently upgraded from Tomcat 10.0.17 to 10.1.13. When I previously > > upgraded > > from 9.0.41 to 10.0.17 (back in 2/22) the FileUpload class broke. I fixed > > tha

FileUpload class not working with Tomcat 10.1

2023-11-10 Thread Mark Foley
I recently upgraded from Tomcat 10.0.17 to 10.1.13. When I previously upgraded from 9.0.41 to 10.0.17 (back in 2/22) the FileUpload class broke. I fixed that thanks to postings on stackoverflow, but now that I've upgraded to 10.1.13 it is broken again! Here's the error I get: An error occurred at