Re: Which Do I SSL - httpd or Tomcat?

2009-06-02 Thread André Warnier
Alston, Brian (US SSA) wrote: What I have is 3 virtual servers (VMWare -> Windows Server 2003). One server has Apache httpd v2.2.11 and two other servers running Apache Tomcat v6.0.18. The Tomcat servers are independently accessible from outside of the httpd server; so, I assume that I wi

RE: Which Do I SSL - httpd or Tomcat?

2009-06-02 Thread Alston, Brian (US SSA)
all three servers. From: Martin Gainty [mgai...@hotmail.com] Sent: Tuesday, June 02, 2009 10:27 AM To: Tomcat Users List Subject: RE: Which Do I SSL - httpd or Tomcat? Brian if you're running TC standalone (without Apache or any other webserver FE) an e

RE: Which Do I SSL - httpd or Tomcat?

2009-06-02 Thread Martin Gainty
. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: brian.als...@baesystems.com > To: users@tomcat.apache.org > Date: Tue, 2 Jun 2009 10:15:47 -0400 > Subject: RE: Which Do I SSL

RE: Which Do I SSL - httpd or Tomcat?

2009-06-02 Thread Alston, Brian (US SSA)
int this e-mail unless necessary -Original Message- From: Alston, Brian (US SSA) [mailto:brian.als...@baesystems.com] Sent: Tuesday, June 02, 2009 7:25 PM To: Tomcat Users List Subject: RE: Which Do I SSL - httpd or Tomcat? Hi, Thank you for reading and replying. Can I assume from your

RE: Which Do I SSL - httpd or Tomcat?

2009-06-02 Thread Zeeshan Ahmad
nless necessary -Original Message- From: Alston, Brian (US SSA) [mailto:brian.als...@baesystems.com] Sent: Tuesday, June 02, 2009 7:25 PM To: Tomcat Users List Subject: RE: Which Do I SSL - httpd or Tomcat? Hi, Thank you for reading and replying. Can I assume from your reply that if

RE: Which Do I SSL - httpd or Tomcat?

2009-06-02 Thread Peter Crowther
> From: Alston, Brian (US SSA) [mailto:brian.als...@baesystems.com] > Thank you for reading and replying. Can I assume from > your reply that if I am not on a secure LAN that I should SSL > httpd and both Tomcat servers? SSL between httpd and Tomcat will protect the channel between httpd and T

Re: Which Do I SSL - httpd or Tomcat?

2009-06-02 Thread Serge Fonville
Hi, >    Thank you for reading and replying. Can I assume from your reply that if I > am not on a secure LAN that I should SSL httpd and both Tomcat servers? It depends, is your tomcat accessible directly instead of through httpd? HTH Regards, Serge Fonville -

RE: Which Do I SSL - httpd or Tomcat?

2009-06-02 Thread Alston, Brian (US SSA)
omcat Users List' Subject: RE: Which Do I SSL - httpd or Tomcat? Hello, If your web and application servers are on a secure LAN then this would be better technique if you will add SSL on httpd rather then on all of them, your communication will be over ssl from the client to web server and

RE: Which Do I SSL - httpd or Tomcat?

2009-06-02 Thread Peter Crowther
> From: Alston, Brian (US SSA) [mailto:brian.als...@baesystems.com] > I have a clustered/load-balanced Apache httpd and Tomcat > setup. I have one httpd front end that load balances for two > Tomcat back ends. I now want to add SSL to the mix but I am > confused. Do I add the SSL to the httpd s

RE: Which Do I SSL - httpd or Tomcat?

2009-06-02 Thread Zeeshan Ahmad
x27;t print this e-mail unless necessary -Original Message- From: Alston, Brian (US SSA) [mailto:brian.als...@baesystems.com] Sent: Tuesday, June 02, 2009 7:03 PM To: users@tomcat.apache.org Subject: Which Do I SSL - httpd or Tomcat? Hello All I have a clustered/load-balanced Apache

Which Do I SSL - httpd or Tomcat?

2009-06-02 Thread Alston, Brian (US SSA)
Hello All I have a clustered/load-balanced Apache httpd and Tomcat setup. I have one httpd front end that load balances for two Tomcat back ends. I now want to add SSL to the mix but I am confused. Do I add the SSL to the httpd server, to the two Tomcat servers, or to all of them? Thank yo