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
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
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
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