I believe it's a bug in the connection pool in ajp13, and yes, I've seen it. I'm not sure if newer versions fix the problem or not, but an easy fix for it is to switch to ajp12 which uses a new connection for each request. It's reportedly slower, but I haven't had any problems with it on Tomcat 3.3m3 or Tomcat 3.3.1. I've never run Tomcat 3.1 so YMMV.
Best Regards, Jason Koeninger J&J Computer Consulting http://www.jjcc.com On Tue, 27 Aug 2002 12:06:01 -0400, Peter Choe wrote: >i am desparate. can anyone help me? > >i am using apache 1.3.26 to server my static webpages on one server and >connecting to a separate tomcat 3.1 server through mod_jk. > >when i start up apache, it is able to connect to the webapps fine. but >after several minutes, something strange happens. > >if i put in the url of one webapplication, the browser shows a different >webapplication. for example: > >i have a webapp called directory which is suppose to show a phone directory >by going to http://myserver.com/directory >it works when apache is just started, but after awhile, when i go to >http://myserver.com/directory, i gives me a page that should actually be >something like http://myserver.com/email. > >has this happened to anyone else? anyone know what is causing this? > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
