Lately, we've been getting this response to a web service call. The web
service is our own, running under Tomcat on an Amazon "beanstalk"; the
client is also our own, running on a customer's IBM Midrange box.
<html>
<head><title>504 Gateway Time-out</title></head>
<body>
<center><h1>504 Gateway Time-out</h1></center>
<hr><center>nginx/1.20.0</center>
</body>
</html>
It's a long-running web service call, taking a little over a minute, and
we didn't see any response at all until I extended the client-side timeout.
Is this coming from Tomcat? Or is it coming from some intermediate
stage, maybe the load-balancer on the beanstalk, or something in the
customer's netork?
Any insights would be appreciated.
--
JHHL
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org