RE: Apache & Tomcat SSL Integration

2002-08-27 Thread Turner, John
http://www.modssl.org John Turner [EMAIL PROTECTED] > -Original Message- > From: Tyrone Buckle [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 27, 2002 8:40 AM > To: Tomcat Users List > Subject: Re: Apache & Tomcat SSL Integration > > > Cool, is there

Re: Apache & Tomcat SSL Integration

2002-08-27 Thread Peter Choe
www.mod_ssl.org At 08:39 AM 8/27/2002, you wrote: >Cool, is there some good documentation for this somewhere. >Thanks for the quick response! > >Peter Choe wrote: > > > you can use mod_ssl and have apache handle the ssl connections to tomcat. > > > > At 08:30 AM 8/27/2002, you wrote: > > >Hi all.

Re: Apache & Tomcat SSL Integration

2002-08-27 Thread Tyrone Buckle
Cool, is there some good documentation for this somewhere. Thanks for the quick response! Peter Choe wrote: > you can use mod_ssl and have apache handle the ssl connections to tomcat. > > At 08:30 AM 8/27/2002, you wrote: > >Hi all. I have an Apache install that serves all my static html pages >

Re: Apache & Tomcat SSL Integration

2002-08-27 Thread Peter Choe
you can use mod_ssl and have apache handle the ssl connections to tomcat. At 08:30 AM 8/27/2002, you wrote: >Hi all. I have an Apache install that serves all my static html pages >and a Tomcat install that serves a JSP user registration system. I have >the two talking to one another using mod_web

RE: Apache & Tomcat SSL Integration

2002-08-27 Thread Turner, John
[EMAIL PROTECTED] > Subject: Apache & Tomcat SSL Integration > > > Hi all. I have an Apache install that serves all my static html pages > and a Tomcat install that serves a JSP user registration > system. I have > the two talking to one another using mod_webapp and >

Apache & Tomcat SSL Integration

2002-08-27 Thread Tyrone Buckle
Hi all. I have an Apache install that serves all my static html pages and a Tomcat install that serves a JSP user registration system. I have the two talking to one another using mod_webapp and everything is fine. The thing is I need to use SSL for my user registration system. How do I tell Apache