Newbie to Nginx and Tomcat setup. Can someone help me understand what this error message means.
2014/09/21 00:10:03 [error] 293#0: *127 upstream timed out (60: Operation timed out) while reading response header from upstream, client: 192.168.10.211, server: my.server.com, request: "POST /path/dosomething.json HTTP/1.1", upstream: "http://192.168.10.11:7070/path/dosomething.json";, host: "my.server.com"
When debug mode is turned ON on nginx.
2014/09/21 13:19:54 [error] 303#0: *37 upstream timed out (60: Operation timed out) while reading response header from upstream, client: --- same as above ---
7070
is Tomcat
. I noticed this works for the first query after tomcat has been rebooted. But the next query after that gives the above error message. nginx
and Tomcat
are on same box.
Can someone walk me through, what this error message means and how can this be resolved.
Thanks