You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Rick Schafer <rs...@natomatech.com> on 2009/03/05 01:10:53 UTC

Tomcat 5 virtual hosts forcing SSL

I have a need to force SSL on one (1) virtual host so they are always SSL.

I am not using Apache HTTP,  so port 80 traffic goes to tomcat 5.x and
routes to virtual hosts via name.  I do have separate ip adresses for each
domain or virtual host.
Four (4) out of the five (5) virtual hosts are port 80.

Any suggestions? 
-- 
View this message in context: http://www.nabble.com/Tomcat-5-virtual-hosts-forcing-SSL-tp22342594p22342594.html
Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: Tomcat 5 virtual hosts forcing SSL

Posted by Pid <p...@pidster.com>.
Rick Schafer wrote:
> I have a need to force SSL on one (1) virtual host so they are always SSL.
> 
> I am not using Apache HTTP,  so port 80 traffic goes to tomcat 5.x and
> routes to virtual hosts via name.  I do have separate ip adresses for each
> domain or virtual host.
> Four (4) out of the five (5) virtual hosts are port 80.
> 
> Any suggestions? 

<transport-guarantee>CONFIDENTIAL<transport-guarantee>

set in the appropriate place in your web.xml will cause Tomcat to
redirect the connection to the port configured in your connector.

Read Servlet Spec & Tomcat docs for info on connectors and how to apply
this.


p

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org