Re: tomcat 3.2 or 3.2.1 problem

2000-12-13 Thread John Gentilin
I had a similar problem with 3.1. The problem was that I was capturing the servlet request, service() and reading the input stream which consisted of XML. When I was done, I was not calling close and I was always left with a TIME_WAIT socket. Closing the stream fixed the problem, but I had this pr

RE: tomcat 3.2 or 3.2.1 problem

2000-12-13 Thread Boon Hian Tek
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 13, 2000 10:33 AM To: [EMAIL PROTECTED] Subject: tomcat 3.2 or 3.2.1 problem Anyone experience this with 3.2 or 3.2.1? Tomcat seem to stop communicating. It is stil running but it's just stop communicating via port 80

tomcat 3.2 or 3.2.1 problem

2000-12-13 Thread avm
Anyone experience this with 3.2 or 3.2.1? Tomcat seem to stop communicating. It is stil running but it's just stop communicating via port 8080 or through apache. When I first start tomcat, I can invoke my servlet. After about 2 or more invocations, I cannot communicate with tomcat anymore via a