Do I need to increase maxThreads in JBoss EAP 4/5's server.xml file?
Issue
- How can I find out the number of currently active http connections handling end user requests ?
-
I need to understand if there needs to be a change in maxthreads within the jboss server.xml file. I am running twiddle command
$JBOSS_HOME/bin/twiddle.sh --user=admin --password='xxxxxxx' --server=${IPADDR}:${PORT} get jboss.system:type=ServerInfo ActiveThreadCount -
I noticed the number of active threads went from 445 to 565 over time. My maxthreads in server.xml is set to 450. if my active threads current being used is 565, what other configuration file do we need to address to make sure that jboss has enough resources to handle the requests.
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 5.x
- 4.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
