This is an automated email from the ASF dual-hosted git repository.
schultz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new cda36aae0f Corrected reference from Service → Server in server.xml docs
cda36aae0f is described below
commit cda36aae0fbc9337f184dc8479d4beb32260941a
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]