Ask help for nginx and tomcat

Hi everybody,
I’m new to nginx. Recently I use comet in my project. I choose tomcat
for the java server. and enable the Http11NioProtocol connector.
client send a ajax request,and the server side suspend it, and set a
timeout(5 seconds),when timeout reach,the tomcat end the response
in tomat server.xml

when I test with tomcat directly, means http://localhost:8080/xxxxx,
it works as what I expect,
but when I use nginx to proxy, when the timeout reach,the tomcat server
end the response,but the request still there,
nginx wait for its own “request timeout”(I don’t what to call it).
in nginx.conf,I set the follow proxy-relative config
proxy_buffering off;
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For
$proxy_add_x_forwarded_for;

is there something i missed ? Any suggestion will be appreciate…
thanks

Can you tie Tomcat to Apache and use Nginx as a front end proxy? Would
that
be easier to manage since Tomcat is built for Apache?

On Wed, Jun 3, 2009 at 10:12 AM, Claude B. [email protected] wrote:

in tomat server.xml
in nginx.conf,I set the follow proxy-relative config

George Bernard Shawhttp://www.brainyquote.com/quotes/authors/g/george_bernard_shaw.html - “A government that robs Peter to pay Paul can always depend on the
support of Paul.”

H. L. Mencken
http://www.brainyquote.com/quotes/authors/h/h_l_mencken.html

  • “Nobody ever went broke underestimating the taste of the American
    public.”

Please don’t send twice.

On Wed, Jun 3, 2009 at 7:23 AM, niedh [email protected] wrote:

 proxy_set_header        X-Forwarded-For $proxy_add_x_forwarded_for;

is there something i missed ? Any suggestion will be appreciate… thanks

George Bernard
Shawhttp://www.brainyquote.com/quotes/authors/g/george_bernard_shaw.html

  • “A government that robs Peter to pay Paul can always depend on the
    support of Paul.”

On Jun 03, niedh wrote:

  proxy_set_header        X-Forwarded-For $proxy_add_x_forwarded_for;

is there something i missed ? Any suggestion will be appreciate… thanks

Try this:
http://wiki.nginx.org/NginxHttpCoreModule#keepalive_timeout