Does apache tomcat distro support EE7?

HI

we are using v7.12 camunda apache tomcat distro(Community edition) . The web app from the example below when deployed on v7.12 apache distro is failing.

GitHub - camunda/camunda-get-started-javaee: Get started with camunda BPM and Java EE 6. Sources of the Getting Started Guide

12-Apr-2021 12:18:15.572 INFO [Catalina-utility-2] org.apache.catalina.startup.HostConfig.undeploy Undeploying context [/pizza-order]
12-Apr-2021 12:18:15.699 INFO [Catalina-utility-2] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/camunda/webapps/pizza-order.war]
12-Apr-2021 12:18:17.598 INFO [Catalina-utility-2] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
12-Apr-2021 12:18:17.599 SEVERE [Catalina-utility-2] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file

However same web app when deployed on wildfly distro is working good…

Does does that mean apache tomcat distroy does not support EE7? please advise?

Regards
Prabhu

Wildly tends to be built out of the box with JavaEE features in mind, so it’s not surprise that it would work there.
Tomcat, out of box does not support JavaEE.

So the problem exists in the application server not with Camunda.