Apache Tomcat: Please increase maxThreads error and solution

by Vivek Gite on September 19, 2006 · 0 comments

Q. I am getting following error:

...All threads are busy, waiting. Please increase maxThreads or check the servlet status...
How do I fix this problem?

A. You need to setup a higher value for maxProcessors in Tomcat's server.xml file. Open the file:

# vi server.xml

Set the maxProcessor value to 500 or something higher as per your requirement. Restart the Apache/Tomcat to take effect.

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 13 + 11 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.



Previous post:

Next post: