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, 2024 at 10:14 PM Rob Sargent <rsarg...@xmission.com> wrote: > > You should not see "javax" in current tomcat work. Check your tag library > dependancy > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >