> On 2025 Feb 25, at 11:31, Chuck Caldarale <n82...@gmail.com> wrote: > > >> On 2025 Feb 25, at 10:59, James H. H. Lampert >> <jam...@touchtonecorp.com.INVALID> wrote: >> >> On 2/25/25 8:26 AM, Chuck Caldarale wrote: >> >>> Jakarta EE - all the related javax classes have been renamed to jakarta. >>> https://tomcat.apache.org/whichversion.html >> >> Thanks. I've just asked the Java list over at Midrange.com about how this >> affects running Tomcat 10 on an IBM Midrange box. >> >> What effect (if any) does this have on the construction of webapp contexts? > > > Not sure what exactly you mean by “webapp contexts”, but you should take a > look at the migration guide and the Jakarta EE migration tool: > > https://tomcat.apache.org/migration-10.html
Also look at the legacyAppBase attribute of the <Host> element: https://tomcat.apache.org/tomcat-10.1-doc/config/host.html - Chuck