Apache Tomcat: Please increase maxThreads error and solution

by on September 19, 2006 · 0 comments· last updated at September 19, 2006

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.



You should follow me on twitter here or grab rss feed to keep track of new changes.

Featured Articles:

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <kbd> <blockquote> <pre> <a href="" title="">

Tagged as:

Previous Faq:

Next Faq: