using apache with blocking threads and tomcat with comet is somewhat a contradiction.
use a regular servlet to achieve what you want

Filip

redmoon wrote:
Nice to meet you. I am trying to integrate tomcat6 and apache2.2 for load balancing.
I tested connecting tomcat6 and apache2.2 (not nio) and load balancing, and
it was successful..
By the way, I must use cometprocessor of tomcat6, so that I have to use nio
protocol.
When I send http request(comet timeout 10 sec), it send response
immediately..
The right action is that client receive response after 10 sec.
In this case, how can I integrate tomcat6 and apache2.2?

I saw the sentence...
"IMPORTANT NOTE: Usage of these features requires using the APR or NIO HTTP
connectors. The classic java.io HTTP connector and the AJP connectors do not
support them."


please let me know the solution..




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

Reply via email to