Jason,

On 10/22/20 01:36, Jason Wee wrote:
> using tomcat 8.5.42 and have the following questions
> 
> * will tomcat log http error 502 in accesslog?

I don't see why not.

> * under what situation will tomcat return 502?

I do not see any code in Tomcat which responds with SC_BAD_GATEWAY (or
502 without using the constant).

If you are seeing thism, I would first investigate:

1. Any proxy or load-balancer you have between the client and the Tomcat
node
2. Any application deployed on that Tomcat node that may be returning a
502 response

-chris

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

Reply via email to