Re: [EMAIL PROTECTED] apache pass ssl+http to tomcat

2007-05-01 Thread Krist van Besien
On 4/30/07, Mike Grandmaison [EMAIL PROTECTED] wrote: Hi, I am trying to setup a tomcat web app in a hosted environment. The hosted environment uses apache and virtual hosts to pass requests for certain domains onto tomcat. I want tomcat to handle the ssl instead of having apache decrypt and

Re: [EMAIL PROTECTED] apache pass ssl+http to tomcat

2007-05-01 Thread Mike Grandmaison
- Original Message From: Krist van Besien [EMAIL PROTECTED] You can't do what you are trying to do. Passing SSL without decrypting it to tomcat is something that can't be done with apache. How is apache to know what to do with a request when the request is just a stream of apparently

Re: [EMAIL PROTECTED] apache pass ssl+http to tomcat

2007-05-01 Thread Krist van Besien
On 5/1/07, Mike Grandmaison [EMAIL PROTECTED] wrote: Unfortunately I can't do a port forward at the os level. My environment is on a shared server. Many domains are setup on the machine - all of course for port 80/443. At the os level can I determine that the request was for a certain

RE: [EMAIL PROTECTED] apache pass ssl+http to tomcat

2007-05-01 Thread Ryan Murray
- Original Message From: Krist van Besien [EMAIL PROTECTED] You can't do what you are trying to do. Passing SSL without decrypting it to tomcat is something that can't be done with apache. How is apache to know what to do with a request when the request is just a stream

[EMAIL PROTECTED] apache pass ssl+http to tomcat

2007-04-30 Thread Mike Grandmaison
Hi, I am trying to setup a tomcat web app in a hosted environment. The hosted environment uses apache and virtual hosts to pass requests for certain domains onto tomcat. I want tomcat to handle the ssl instead of having apache decrypt and pass the http request to tomcat. Do I need to use a