Fran, I use an Apache/Tomcat configuration and am very satisfied with its performance; however, I use the mod_jk module rather than the mod_proxy module. Have you looked into using the mod_jk module? With it the communication between Apache and Tomcat are instantaneous. The link http://tomcat.apache.org/connectors-doc/ can help you get more information on this module and how to get it and use it. If you are interested, I would be happy to share excerpts from my configuration files to show how I've configured the connection.
On Feb 19, 7:24 pm, Fran <[email protected]> wrote: > I finally read it but seems that they cant help me. They arent use my > technical that is a Comet long polling technique. > > I am reading the apache log and I find a curious error: > > [error] [client 127.0.0.1] (OS 10060)A connection attempt failed > because the connected party did not properly respond after a period of > time, or established connection failed because connected host has > failed to respond. : proxy: error reading response > > It could be the cause of the conection close last the reception of the > first comet event. > > On 20 feb, 02:08, Fran <[email protected]> wrote: > > > If I dont put a short timeout, the aplication isnt good. > > Do you imagine that the MSN Messenger delay 15 seconds to show you the > > contact list? > > > I need that the solution works as the aplication in tomcat. If I > > execute the aplication on tomcat, it work without timeout. So I need > > when the aplication works in apache, seems that is working in tomcat. > > > Im going to show the url that you tell me. Thanks! > > > On 20 feb, 01:57, Chris Lercher <[email protected]> wrote: > > > > BTW, here's a link about timeouts + > > > Comet:http://code.google.com/p/google-web-toolkit-incubator/wiki/ServerPushFAQ -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
