Project:
View Revisions: Issue #52828 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0052828: Add support to deploy to Tomcat 10 | ||
Revision | 2023-11-22 14:20 by gonzalo_fernandez | ||
Description | Tomcat 10 requires to migrate from dropped javax.* packages to jakarta.*. This leads us to a tricky migration. There are two ways to handle the migration: executing the migration tool they provide us or deploying to a different path inside Tomcat. For more information go checkout the official documentation in https://tomcat.apache.org/migration-10.html. [^] | ||
Revision | 2023-11-22 14:04 by gonzalo_fernandez | ||
Description | Tomcat 10 requires to migrate from dropped javax.* packages to jakarta.*. Until we do this migration and start using Tomcat 10 as our base server version, we can use the migration tool provided by Apache as an extra ant step that converts the bytecode generated in .war and class artifacts to make Openbravo compatible with Tomcat 10. |
Copyright © 2000 - 2009 MantisBT Group |