[575103] Update Apache Tomcat download to 10.0.10
diff --git a/plugins/org.eclipse.jst.server.tomcat.core/AddTomcat.md b/plugins/org.eclipse.jst.server.tomcat.core/AddTomcat.md
index 8fb3898..fa84fe4 100644
--- a/plugins/org.eclipse.jst.server.tomcat.core/AddTomcat.md
+++ b/plugins/org.eclipse.jst.server.tomcat.core/AddTomcat.md
@@ -41,5 +41,5 @@
     2. Add a new **fragment** to the **org.eclipse.wst.server.ui.wizardFragments** extension.
 
 ### Determining values for installable runtimes:
-    1. For ostype win32:  filecount = unzip -l apache-tomcat-10.0.6.zip|grep -v '\/$'|grep 'apache-tomcat-'|grep -v ^Archive|wc -l
-    1. For other ostypes: filecount = tar tvzf apache-tomcat-10.0.6.tar.gz|grep -v '\/$'|wc -l
+    1. For ostype win32:  filecount = unzip -l apache-tomcat-10.0.10.zip|grep -v '\/$'|grep 'apache-tomcat-'|grep -v ^Archive|wc -l
+    1. For other ostypes: filecount = tar tvzf apache-tomcat-10.0.10.tar.gz|grep -v '\/$'|wc -l
diff --git a/plugins/org.eclipse.jst.server.tomcat.core/plugin.xml b/plugins/org.eclipse.jst.server.tomcat.core/plugin.xml
index 52320b2..41093de 100644
--- a/plugins/org.eclipse.jst.server.tomcat.core/plugin.xml
+++ b/plugins/org.eclipse.jst.server.tomcat.core/plugin.xml
@@ -797,17 +797,17 @@
     <runtime
         id="org.eclipse.jst.server.tomcat.runtime.100"
         licenseUrl="https://www.apache.org/licenses/LICENSE-2.0.txt"
-        archiveUrl="https://archive.apache.org/dist/tomcat/tomcat-10/v10.0.8/bin/apache-tomcat-10.0.8.tar.gz"
-        archivePath="apache-tomcat-10.0.8"
-        archiveSize="11849843"
+        archiveUrl="https://archive.apache.org/dist/tomcat/tomcat-10/v10.0.10/bin/apache-tomcat-10.0.10.tar.gz"
+        archivePath="apache-tomcat-10.0.10"
+        archiveSize="11865907"
         fileCount="642"
         os="linux,macosx"/>
     <runtime
         id="org.eclipse.jst.server.tomcat.runtime.100"
         licenseUrl="https://www.apache.org/licenses/LICENSE-2.0.txt"
-        archiveUrl="https://archive.apache.org/dist/tomcat/tomcat-10/v10.0.8/bin/apache-tomcat-10.0.8.zip"
-        archivePath="apache-tomcat-10.0.8"
-        archiveSize="12395383"
+        archiveUrl="https://archive.apache.org/dist/tomcat/tomcat-10/v10.0.10/bin/apache-tomcat-10.0.10.zip"
+        archivePath="apache-tomcat-10.0.10"
+        archiveSize="12412971"
         fileCount="642"
         os="win32"/>
   </extension>