Has anyone successfully managed to deploy a Microprofile application on
Tomcat? I have read a lot of pages, and am still unclear what the easiest way to create an MP war file for Tomcat is, or if there even is a way. The
MP Starter offers various runtimes, but not Tomcat, and even TomEE seems to support only a fairly old version of MP (2.1).
I'm also unclear if those "runtimes" are just a set of libraries that can be deployed to any
JEE server, or if a Web Profile server like Tomcat will suffice, or if they're standalone servers.
Has anyone gone down this route and can shed some light on it?
(It doesn't help with building projects with a lot of dependencies that the
Maven repo is rather unreliable this week, but that's a different topic.)