We have two websites on one Windows 2000 Server box.
Both of them are SSL.
One is ASP oriented and the other is JSP.
The JSPs are being redirected to Tomcat with the ISAPI_redirector2 file.
When too much traffic is on the JSP site, there is the error
java.net.SocketException: Software caused connection abort: recv failed
That appears on the Tomcat window. Does anyone have any insight?
PS) Is IIS handling the SSL connection and then sending the redirected request for JSPs as a non-SSL request?
Both of them are SSL.
One is ASP oriented and the other is JSP.
The JSPs are being redirected to Tomcat with the ISAPI_redirector2 file.
When too much traffic is on the JSP site, there is the error
java.net.SocketException: Software caused connection abort: recv failed
That appears on the Tomcat window. Does anyone have any insight?
PS) Is IIS handling the SSL connection and then sending the redirected request for JSPs as a non-SSL request?