I am sure that the code inside the try block is completing I had a few 
System.out.println statements and they all were displayed in the DOS shell running the 
 servletrunner.

Regards
Mathew

>>> Nic Ferrier <[EMAIL PROTECTED]> 01/04/00 12:10PM >>>
>>> Matthew George <[EMAIL PROTECTED]> 04-Jan-00 4:10:50 PM >>>

>>>Code fragment>>>
    try{
    sb.append("</TABLE>\n</BODY></HTML>");
    response.setContentLength(559);
    System.out.println("Buffer length" + sb.length());
    out.print(sb.toString());
    out.close();
    }catch(Throwable e){System.out.println("Inside socket
exception");}
  }
<<<<


In addition to my last email... are you sure that (Throwable e) is
catching any exception?

Do you see the method complete?



Nic Ferrier

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to