Keycloak Server on Tomcat

Dear,
is it possible to install Keycloak server on Tomcat or is it only executable on JBoss / Wildfly?

Thank you

I briefly looked into this as my company is more accustomed to running Tomcat. As far as I can tell the code is making use of several JBoss container constructs including jboss-modules and CDI. It also looks like JBoss and Tomcat have very different classloader flows which could cause some unforeseen issues.

It seems like it’s possible but I concluded it would be faster/easier to just learn JBoss and adapt the Keycloak Docker image for CI/CD.

If anyone’s succeeded at this or knows of any projects I’d be very interested though.

Hi
thank you for your reply