Re: Servlet --> File --> Web-browser

2001-05-04 Thread tim leung
anyone can help? thanks. --- tim leung <[EMAIL PROTECTED]> wrote: > thanks steve, > > But I am connect to tomcat 3.2.1 directly (not > apache > in midddle). it looks like TCP connection exist even > i > click cancel during download until i close IE. > > i will get : > IOException in doGet(): ja

Re: Servlet --> File --> Web-browser

2001-05-04 Thread tim leung
thanks steve, But I am connect to tomcat 3.2.1 directly (not apache in midddle). it looks like TCP connection exist even i click cancel during download until i close IE. i will get : IOException in doGet(): java.net.SocketException: Connection reset by peer: socket write error when I close IE wi

Re: Servlet --> File --> Web-browser

2001-05-03 Thread Steve Brunton
On Thu, May 03, 2001, Purple Mutants made tim leung write: > yup, you are right william. > > it's not really exception. it's thread's running state > at the time i push Crt+Break. > > One thing i have been stuck for 1/2 month is that : > > why the thread still running when i click canel on IE?

RE: Servlet --> File --> Web-browser

2001-05-03 Thread tim leung
; expected. > > >-- Bill K. > > > > -Original Message----- > > From: tim leung [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, May 03, 2001 4:44 PM > > To: [EMAIL PROTECTED] > > Subject: RE: S

RE: Servlet --> File --> Web-browser

2001-05-03 Thread William Kaufman
retty much what you expected. -- Bill K. > -Original Message- > From: tim leung [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 03, 2001 4:44 PM > To: [EMAIL PROTECTED] > Subject: RE: Servlet --> File --> Web-browser > > > Thanks your input. &g

RE: Servlet --> File --> Web-browser

2001-05-03 Thread tim leung
state of all the running threads. > > > >-- Bill K. > > > > -Original Message- > > From: tim leung [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, May 03, 2001 3:44 PM > > To: [EMAIL PROTE

RE: Servlet --> File --> Web-browser

2001-05-03 Thread William Kaufman
. > -Original Message- > From: tim leung [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 03, 2001 3:44 PM > To: [EMAIL PROTECTED] > Subject: RE: Servlet --> File --> Web-browser > > > Thanks. > I found that even user click cancel in NETSCAPE. With &

RE: Servlet --> File --> Web-browser

2001-05-03 Thread tim leung
; > > > -Original Message----- > > From: alan leung [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, May 03, 2001 10:43 AM > > To: [EMAIL PROTECTED] > > Subject: Re: Servlet --> File --> Web-browser > > > > > > can any one helps me

RE: Servlet --> File --> Web-browser

2001-05-03 Thread Jay Burgess
you a copy of the file. Unfortunately, though, it means you'll have to set up a build environment for Windows (which is something we didn't have to do before). Jay -Original Message- From: William Kaufman [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 03, 2001 5:00 PM To: '[EM

RE: Servlet --> File --> Web-browser

2001-05-03 Thread William Kaufman
et output early and often: you might (or might not) get an exception immediately. -- Bill K. > -Original Message- > From: alan leung [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 03, 2001 10:43 AM > To: [EMAI

Re: Servlet --> File --> Web-browser

2001-05-03 Thread alan leung
can any one helps me out? thanks again. --- alan leung <[EMAIL PROTECTED]> wrote: > Hi, > I have a servlet reads a file from FileInputStream > and > copy those bytes to ServletOutputStream and send > back > to web browser. > > But if user click CANCEL while downloading in > netscape. i will get

Re: Servlet --> File --> Web-browser

2001-05-02 Thread alan leung
can any one helps me out? thanks again. --- alan leung <[EMAIL PROTECTED]> wrote: > Hi, > I have a servlet reads a file from FileInputStream > and > copy those bytes to ServletOutputStream and send > back > to web browser. > > But if user click CANCEL while downloading in > netscape. i will get