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

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


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

commit e48943d24efa39fb31082e2b2a474a3c8d83cca0
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