what do you mean? i want to use mod_ssl on apache to encrypt connection between the server and the browser. i have read that you need ajp13 connector to use ssl.
Peter Choe At 01:44 PM 8/27/2002, you wrote: >The connection between apache and tomcat is not encrypted. There's more >detail on this in the archives, there was a discussion on it last week. > >John Turner >[EMAIL PROTECTED] > > > > -----Original Message----- > > From: Peter Choe [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, August 27, 2002 1:38 PM > > To: Tomcat Users List; Tomcat Users List > > Subject: Re: one last plea for help > > > > > > but i think i need ajp13 for mod_ssl connection, right? or can ajp12 > > handle ssl connection somehow? > > > > At 01:22 PM 8/27/2002, Jason Koeninger wrote: > > >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]> > > >-- >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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
