This is an automated email from the ASF dual-hosted git repository.

schultz pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new e0bd8c78ef Corrected reference from Service → Server in server.xml docs
e0bd8c78ef is described below

commit e0bd8c78efb72cd5f996592096156f1cc4d24384
Author: Fatima Qaisar <[email protected]>
AuthorDate: Fri Jan 16 20:29:00 2026 +0500

    Corrected reference from Service → Server in server.xml docs
---
 webapps/docs/config/server.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapps/docs/config/server.xml b/webapps/docs/config/server.xml
index 380a5c7304..47caf091d8 100644
--- a/webapps/docs/config/server.xml
+++ b/webapps/docs/config/server.xml
@@ -86,7 +86,7 @@
     </attribute>
 
     <attribute name="utilityThreads" required="false">
-      <p>The number of threads this <strong>Service</strong> will use for
+      <p>The number of threads this <strong>Server</strong> will use for
       various utility tasks, including recurring ones. The special value
       of 0 will result in the value of
       <code>Runtime.getRuntime().availableProcessors()</code> being


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to