Re: getInputStream() fails intermittently

2006-03-31 Thread Mike Sabroff
7:35 AM To: Tomcat Users List Subject: Re: getInputStream() fails intermittently You need to bounce tomcat occasioally We server a lot of content and we bounce tomcat every morning. Might not need it that often, but better safe than sorry. We use tomcat 4.xx Ramadhenu, Giridhar (STSD) wrote

RE: getInputStream() fails intermittently

2006-03-31 Thread Ramadhenu, Giridhar (STSD)
Sabroff [mailto:[EMAIL PROTECTED] Sent: Friday, March 31, 2006 7:35 AM To: Tomcat Users List Subject: Re: getInputStream() fails intermittently You need to bounce tomcat occasioally We server a lot of content and we bounce tomcat every morning. Might not need it that often, but better safe than

Re: getInputStream() fails intermittently

2006-03-31 Thread Mike Sabroff
You need to bounce tomcat occasioally We server a lot of content and we bounce tomcat every morning. Might not need it that often, but better safe than sorry. We use tomcat 4.xx Ramadhenu, Giridhar (STSD) wrote: Hello, I am encountering IOException while getting input stream using getIn

RE: getInputStream() fails intermittently

2006-03-31 Thread Farrow, Marc
First off. Since you are catching the error properly and displaying the message, you are not seeing a stack trace. This is not necessarily "bad practice". It is just that you cannot see the specifics of your error. For logging purposes, modify the code as below: try { inStream = httpConnectio