Re: mod_jk leaves connections open?

2002-12-18 Thread Bill Barker
60-80 connections open. > > But they never close again > Randy > > -Original Message- > From: Jason Koeninger [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 18, 2002 12:09 PM > To: Tomcat Users List > Subject: RE: mod_jk leaves connections open? > > >

Re: mod_jk leaves connections open?

2002-12-18 Thread Simon Chatfield
2002 12:09 PM To: Tomcat Users List Subject: RE: mod_jk leaves connections open? Someone correct me if I'm wrong, but mod_jk using the ajp13 and later protocols is supposed to leave connections open. One of the reasons behind the change from ajp12 to ajp13 was to get away from opening a con

RE: mod_jk leaves connections open?

2002-12-18 Thread Randy Paries
Users List Subject: RE: mod_jk leaves connections open? Someone correct me if I'm wrong, but mod_jk using the ajp13 and later protocols is supposed to leave connections open. One of the reasons behind the change from ajp12 to ajp13 was to get away from opening a connection to Tomcat for

RE: mod_jk leaves connections open?

2002-12-18 Thread Jason Koeninger
Someone correct me if I'm wrong, but mod_jk using the ajp13 and later protocols is supposed to leave connections open. One of the reasons behind the change from ajp12 to ajp13 was to get away from opening a connection to Tomcat for every servlet/jsp served by Tomcat. If you're having trouble

RE: mod_jk leaves connections open?

2002-12-18 Thread Tuan H. Le
We are experiencing this open connection issue in our environment. Though, we are using IIS redirector (isapi_redirector2.dll) with Tomcat 4.1.12. Tomcat hang when the current connection at around 250. We have to restart IIS or Tomcat every time this problem occurs to release the connections. H