Hi, After a bit of experimenting, the docker image works well, and is nicer (IMO) to configure and customize with the embedded updates from 9.0.14. I have verified that Kubernetes based discovery works without being too difficult to configure. Custom code and components can be plugged in easily as anything in src/main/java will get compiled and packaged in the jar.
https://github.com/rmaucher/tomcat-maven Now, distributing this sort of package is "easy" but is usually done with a standalone git repo like this one. Where could I put this packaging instead since we probably cannot do that in Tomcat-land ? Rémy