Available Servlet Containers for Java

Can someone tell me if there are more STILL ALIVE servlet containers for Java besides Tomcat (standalone or included in Geronimo, tc Server, etc.), Jetty Glassfish (included with Glassfish AS), Websphere (included with IBM WSAS), JBoss (included with JBoss AS), and WebLogic (included with Oracle WAS)?

I know that there are many other web server implementations, but I am especially interested in servlet containers (as well as web containers). I know there used to be a lot of lungs, but I'm not sure if any of them survived in the actual production release. I just need to compare all existing products.

+3
source share
1 answer

The following is a list of servlet containers: https://en.wikipedia.org/wiki/Web_container#List_of_Servlet_containers

+1
source