# Open Source Java Application Servers ```{toctree} :maxdepth: 1 ``` This page documents open source Java application servers. All items on this page are known to work on IBM i. ```{eval-rst} +--------------------------------+----------------------------------------------+---------------------------+ | Application Server | Governed By | IBM `Support`_ Available? | +================================+==============================================+===========================+ | `Apache Tomcat`_ | `The Apache Software Foundation (ASF)`_ | yes | +--------------------------------+----------------------------------------------+---------------------------+ | `Wildfly`_ | `Red Hat`_ | yes | +--------------------------------+----------------------------------------------+---------------------------+ | `OpenLiberty`_ | `IBM`_ | no | +--------------------------------+----------------------------------------------+---------------------------+ | `Eclipse Jetty`_ | `The Eclipse Foundation`_ | yes | +--------------------------------+----------------------------------------------+---------------------------+ .. _Apache Tomcat: https://tomcat.apache.org/ .. _Wildfly: https://wildfly.org/ .. _OpenLiberty: https://openliberty.io/ .. _Eclipse Jetty: https://www.eclipse.org/jetty/ .. _The Apache Software Foundation (ASF): https://apache.org .. _Red Hat: https://redhat.com .. _IBM: https://ibm.com .. _The Eclipse Foundation: https://eclipse.org .. _Support: https://ibm.biz/ibmi-oss-support ``` # Deployment Guides - [WildFly](wildfly/DEPLOYMENT.md) - [TomCat](tomcat/DEPLOYMENT.md)