Tomcat config with virtual threads

<[email protected]> Mon, 2 Feb 2026 11:16:48 +0100
Newsgroups gmane.comp.jakarta.tomcat.user
Message-ID <[email protected]>
Hello,

 

I'm working with Tomcat 10.1.4x and java25, our application is extensively
using virtual threads. I enable them in tomcat by simply using
'useVirtualThreds: true'.

 

It's working perfectly, by I was wondering if parameters like maxThreads,
minSpareThreads, acceptCount, etc has any effect when working with virtual
threads.

 

For instance, I set maxThreads = minSpareThreads = acceptCount = 1, and
nothing seems to change (for worse).

 

Thanks,

 

Joan.