diff --git a/content/doc/applications/java/java-war.md b/content/doc/applications/java/java-war.md
index 9cb09d5ad..53af771cc 100644
--- a/content/doc/applications/java/java-war.md
+++ b/content/doc/applications/java/java-war.md
@@ -38,6 +38,7 @@ The supported containers are listed below:
|-------------------------------|------------------------|-------------------------|----------------------------|
| Apache Tomcat 6.0 (TOMCAT6) | Jetty 9.0 (JETTY9) | Payara 5.2022 (PAYARA5) | WildFly 26.0.0 (WILDFLY26) |
| Apache Tomcat 8.8 (TOMCAT8) | Jetty 11.0.6 (JETTY11) | Payara 6.2023 (PAYARA6) | WildFly 27.0.1 (WILDFLY27) |
+| Apache Tomcat 9.0 (TOMCAT9) | | | |
| Apache Tomcat 10.0 (TOMCAT10) | | | WildFly 33.0.1 (WILDFLY33) |
{{% content "create-application" %}}
@@ -140,8 +141,8 @@ Here's the list of the configuration values for the "container" field in `war.js
| Value | Description | EOL |
|------------|----------------------------------------------------------------------------------------------|-----|
-| GLASSFISH3 | Use Glassfish 3.x (see ) | |
-| GLASSFISH4 | Use Glassfish 4.x (see ) | |
+| GLASSFISH3 | Use Glassfish 3.x (see ) | |
+| GLASSFISH4 | Use Glassfish 4.x (see ) | |
| JBOSS6 | Use JBoss AS 6.x (see ) | |
| JBOSS7 | Use JBoss AS 7.x (see ) | |
| RESIN3 | Use Resin AS 3.x (see ) | |
@@ -155,11 +156,14 @@ Here's the list of the configuration values for the "container" field in `war.js
| TOMCAT6 | Use Tomcat servlet container 6.x (see ) | |
| TOMCAT7 | Use Tomcat servlet container 7.x (see ) | |
| TOMCAT8 | Use Tomcat servlet container 8.x (see ) | |
+| TOMCAT9 | Use Tomcat servlet container 9.x (see ) | |
+| TOMCAT10 | Use Tomcat servlet container 10.x (see ) | |
| PAYARA4 | Use Payara servlet container 4.x (see ) | |
| WILDFLY9 | Use Wildfly servlet container 9.x (see ) | |
| WILDFLY17 | Use Wildfly servlet container 17.x (see ) | |
| WILDFLY23 | Use Wildfly servlet container 23.x (see ) | |
+
{{% content "url_healthcheck" %}}
## Custom run command