Hi Predrag,
I haven't tested on Tomcat 10, but the issue is that tomcat 10+ uses jakarta ee. There are details on running java ee applications on tomcat 10, but I haven't tried it out.
Old post but FYI for others. I did an initial test of deploying to a Tomcat 10 server using the link Timothy provided above. It was as simple as creating the webapps-javaee folder under the main tomcat path and then copy the art.war to it. Took a few minutes, logging things like 'migrating....' but it did deploy successfully. I've only test with the Demo database thus far, but so far everything has worked.
Last edit: Jamov 2024-10-15
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi @tanyona,
is it still true that ART does nopt work with Tomcat 10+?
Regards.
Hi Predrag,
I haven't tested on Tomcat 10, but the issue is that tomcat 10+ uses jakarta ee. There are details on running java ee applications on tomcat 10, but I haven't tried it out.
https://tomcat.apache.org/migration-10.html
Thanks
Did you try on tomcat 10 to deploy to a webapps-javaee folder? Which tomcat will automatically convert?
Old post but FYI for others. I did an initial test of deploying to a Tomcat 10 server using the link Timothy provided above. It was as simple as creating the webapps-javaee folder under the main tomcat path and then copy the art.war to it. Took a few minutes, logging things like 'migrating....' but it did deploy successfully. I've only test with the Demo database thus far, but so far everything has worked.
Last edit: Jamov 2024-10-15