Hello, Dear Friends! Usually, to solve the tomcat's SocketException problem and to show error page, I will connect Apache using JK Connector. But, two web servers is make management difficult.
So, I wish I could be provided with some feature on Tomcat. <Connector port="8080" protocol="HTTP/1.1" ... <Connector port="80" protocol="Proxy (or Delegate) Connector" ... web browser -> Proxy Connector -> HTTP/1.1 -> Servlet -> ... This Connector's primary goal is to show error or redirect page even all HTTP/1.1 Connector is busy. Is this a possible idea? Thank you for reading. Have a nice day!!