The only way I can think of to do that is to mirror your secure content with nonsecure matching pages with either META or Javascript redirects, or using JSP (PHP and other server-side languages could do it too) to do a header write.
----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 4:11 PM Subject: automatically redirect http to https in tomcat > Is it possible to automatically redirect any http request to https in an > Apache + Tomcat environment? For example, If I enter > http://my.domain.com/mycontext <http://my.domain.com/mycontext> , I would be > automatically redirected to https://my.domain.com/mycontext? > > > > Regards, > > > > > > > > PQ > > > > "This Guy Thinks He Knows Everything" > > "This Guy Thinks He Knows What He Is Doing" > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
