2014/1/24 akshay hiremath <akshay...@yahoo.com>:
> Through some trials found that its not enough to increase the Executors
> thread count(maxThreads for Executor element) but also need to increase the
> Connectors thread count(maxThreads for Connector element). This behavior is
> not actually clearly captured in tomcat documentation says
>

1. The rules:
http://tomcat.apache.org/lists.html#tomcat-users

-> 6. do not top-post, 7. do not send attachments

2. Are you sure that you are actually using an Executor?

In your original port there is no guarantee that the "executor"
attribute of your Connector
matches the name of an Executor that you declared.  If the Executor
does not exist,
the attribute will be ignored.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to