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-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org