RE: Tomcat 11.0

2024-10-17 Thread Mcalexander, Jon J.
Thank you! From: Chuck Caldarale Sent: Thursday, October 17, 2024 12:04 PM To: Tomcat Users List Subject: Re: Tomcat 11.0 > On Oct 17, 2024, at 11: 45, Mcalexander, Jon J. com. INVALID> wrote: > > Question. > > With the latest release, is Tomcat 11.  > 0. 0 still Alpha, or is it now in Stable

Re: Tomcat 11.0

2024-10-17 Thread Chuck Caldarale
> On Oct 17, 2024, at 11:45, Mcalexander, Jon J. > wrote: > > Question. > > With the latest release, is Tomcat 11.0.0 still Alpha, or is it now in Stable > mode? Stable. - Chuck - To unsubscribe, e-mail: users-unsubsc

Re: stack trace from tomcat when I try to start my webpage on my LAN

2024-10-17 Thread Chuck Caldarale
> On Oct 17, 2024, at 11:38, Jim Anderson wrote: > > I am re-posting a post that I thought I made yesterday. It did not show up in > my mail from users@tomcat.apache.org, hence I am trying again. My apologies > if anyone receives both of my posts. Everyone on the list has received both of y

Tomcat 11.0

2024-10-17 Thread Mcalexander, Jon J.
Question. With the latest release, is Tomcat 11.0.0 still Alpha, or is it now in Stable mode? Thanks, Dream * Excel * Explore * Inspire Jon McAlexander | Senior Infrastructure Engineer | Middleware/App Hosting | FHP | CTO | Wells Fargo Technology 8080 Cobblestone Rd | Urbandale, IA 50322 MAC:

stack trace from tomcat when I try to start my webpage on my LAN

2024-10-17 Thread Jim Anderson
I am re-posting a post that I thought I made yesterday. It did not show up in my mail from users@tomcat.apache.org, hence I am trying again. My apologies if anyone receives both of my posts. I am trying to start up an webpage to use as a demo. I am using tomcat 11.  I have been looking at t

Re: stack trace from tomcat when I try to start my webpage on my LAN

2024-10-17 Thread Zdeněk Henek
Tomcat has migration tool for older applications https://tomcat.apache.org/download-migration.cgi Best would be to rewrite the app to import jakartaee package (JakartaEE) instead of javax (JavaEE) and upgrade all libraries you use in the war to be JakartaEE compatible. Zdenek On Wed, Oct 16, 202

RE: Can't access servlet 404 advise requested

2024-10-17 Thread Frank Myers
I see in the catalina log: 17-Oct-2024 13:57:11.194 INFO [http-nio-8080-exec-30] org.apache.catalina.core.StandardContext.reload Reloading Context with name [/WHMerge] has started 17-Oct-2024 13:57:11.196 WARNING [http-nio-8080-exec-30] org.apache.catalina.loader.WebappClassLoaderBase.clearRefer

RE: Can't access servlet 404 advise requested

2024-10-17 Thread Frank Myers
Holger, I implemented both dopost and doget. Both write contain a write to log. Neither seem to execute. With kindest regards, Frank With kindest regards, Franklin Myers Developer ZAPM Software Development SWG - IBM 614-284-2151 From: Holger Klawitter Sent: T

Re: Supportability of Tomcat 9.0.90 and above with JDK 8

2024-10-17 Thread Chuck Caldarale
> On Oct 17, 2024, at 04:01, Thomas Hoffmann (Speed4Trade GmbH) > wrote: > > Hello Joseph, > >> -Ursprüngliche Nachricht- >> Von: Xavier, Joseph >> Gesendet: Donnerstag, 17. Oktober 2024 10:59 >> An: rainer.j...@kippdata.de >> Cc: Tomcat Users List >> Betreff: RE: Supportability of

AW: Supportability of Tomcat 9.0.90 and above with JDK 8

2024-10-17 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Joseph, > -Ursprüngliche Nachricht- > Von: Xavier, Joseph > Gesendet: Donnerstag, 17. Oktober 2024 10:59 > An: rainer.j...@kippdata.de > Cc: Tomcat Users List > Betreff: RE: Supportability of Tomcat 9.0.90 and above with JDK 8 > > Hi Rainer, > > Thank you for the info. We did loo

RE: Supportability of Tomcat 9.0.90 and above with JDK 8

2024-10-17 Thread Xavier, Joseph
Hi Rainer, Thank you for the info. We did look at this matrix but we also found a conflicting article as well: https://tomcat.apache.org/tomcat-9.0-doc/building.html In this, the required JDK version is said to be JDK 11 or above. Can you help me understand the differences between the 2 articl

Re: Supportability of Tomcat 9.0.90 and above with JDK 8

2024-10-17 Thread Rainer Jung
Am 17.10.24 um 08:27 schrieb Xavier, Joseph: Hi, I wanted to understand whether Tomcat 9.0.90 and above minor versions are supported with JDK 8? We have see compile issues when our JDK 8 environment tried to work with Tomcat 9.0.90. If the supportability is deprecated, is there any doc or publ

Supportability of Tomcat 9.0.90 and above with JDK 8

2024-10-17 Thread Xavier, Joseph
Hi, I wanted to understand whether Tomcat 9.0.90 and above minor versions are supported with JDK 8? We have see compile issues when our JDK 8 environment tried to work with Tomcat 9.0.90. If the supportability is deprecated, is there any doc or public announcement stating the same? Thank you

Re: Can't access servlet 404 advise requested

2024-10-17 Thread Holger Klawitter
Hello, the path in the tomcat manager app brings you to http://localhost/WEBAPP/ or http://localhost/WEBAPP/index.html via HTTP GET. Is your servlet configured to reply to that url? This is normally done in web.xml with the Element. Moreover: as you seem to be writing a doPost() Method. You will