0 Replies Latest reply on Feb 12, 2008 7:15 AM by waczack

    java.net.SocketException: Unexpected end of file from server

    waczack

      Hi!

      I have a problem when I call a servlet over HTTPS. I open a socket to connect to the servlet (using HttpURLConnection), send a request and read the response. If the server needs more than 30 seconds (approx.) to calculate the response the client receives a SocketException with message "Unexpected end of file from server". This problem does not occour when using HTTP. Is this a timeout or what? Where should I configure jboss (or tomcat) to solve this?

      I'm using jboss-4.0.5-GA.

      regards:
      waczack