On 11/03/2010 17:24, Timothy J Schumacher wrote:
> My question is:  when i access tomcat via port 8080 I see in my logs
> that the thread that handles my request is called TCThreadPool-N as
> expected, however if I use port 80, though httpd, I see the name of the
> thread that handles my request is named TP-Processor-M.  Does this imply
> that my one Executor is not handling requests from both Connectors?  

Yes

>If not why not? 

The default AJP implementation does not support an executor. This is
mention (breifly) in the protocol attribute of the AJP connector docs:
http://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html

> As a follow up, is it possible to configure whatever pool
> the TP-Processor threads come from?

Yes, but you need to use a different implementation - see previous answer.

Mark



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

Reply via email to