ABOUT ME

Today
Yesterday
Total
  • JEUS Was response 끊기
    Java 2007. 12. 24. 12:45
    이전 블로그에 있던 글입니다.     글쓴 시간 : 2006-05-11 17:44:57.0



    Was마다 다른건가.. 이러면 곤란한데 -_-

    try {
         if( response != null && !response.isCommitted() ) {
          response.setStatus(HttpServletResponse.SC_OK);
          response.setContentLength(0);
          response.flushBuffer();
         }
        }
        catch(IOException e) {
         throw new EbxmlTransportException(1, 0, "FlushBuffer 에러", e);
        }
        catch(Exception e) {
         throw new EbxmlTransportException(1, 0, e);
        }
Designed by Tistory.