Re: automatically redirect http to https in tomcat

2003-02-12 Thread Martin Jacobson
[EMAIL PROTECTED] wrote: 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 , I would be automatically redirected to https://my.domain.com/mycontext? Yes, I

RE: automatically redirect http to https in tomcat

2003-02-11 Thread Jacob Kjome
ECTED]] Sent: February 11, 2003 5:13 PM To: [EMAIL PROTECTED] Subject: RE: automatically redirect http to https in tomcat PQ, Are you using struts? if so I may be able to help you. Best, Stephen Schaubach -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesda

RE: automatically redirect http to https in tomcat

2003-02-11 Thread Oscar Carrillo
> > > "This Guy Thinks He Knows Everything" > > "This Guy Thinks He Knows What He Is Doing" > > > > -Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Sent: February 11, 2003 5:13 PM > > To: [EMAIL PRO

RE: automatically redirect http to https in tomcat

2003-02-11 Thread Oscar Carrillo
ks He Knows Everything" > "This Guy Thinks He Knows What He Is Doing" > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: February 11, 2003 5:13 PM > To: [EMAIL PROTECTED] > Subject: RE: automatically redirect http to

Re: automatically redirect http to https in tomcat

2003-02-11 Thread Steinar Bang
> [EMAIL PROTECTED]: > Yes, I use struts. It used to automatically redirect http request to > https with https setup in ssl.conf. After I upgraded to b3, 4.1.18, > 2.0.44, http is http and https is https. What I've done in Struts, is to subclass ActionServlet, replace the doGet() and doPost()

RE: automatically redirect http to https in tomcat

2003-02-11 Thread SSchaubach
: automatically redirect http to https in tomcat Importance: Low Yes, I use struts. It used to automatically redirect http request to https with https setup in ssl.conf. After I upgraded to b3, 4.1.18, 2.0.44, http is http and https is https. Regards, PQ "This Guy Thinks He Knows Everything&q

RE: automatically redirect http to https in tomcat

2003-02-11 Thread pqin
quot; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: February 11, 2003 5:13 PM To: [EMAIL PROTECTED] Subject: RE: automatically redirect http to https in tomcat PQ, Are you using struts? if so I may be able to help you. Best, Stephen Schaubach -Origin

RE: automatically redirect http to https in tomcat

2003-02-11 Thread SSchaubach
PQ, Are you using struts? if so I may be able to help you. Best, Stephen Schaubach -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 11, 2003 1:12 PM To: [EMAIL PROTECTED] Subject: automatically redirect http to https in tomcat Importance

RE: automatically redirect http to https in tomcat

2003-02-11 Thread pqin
Original Message- From: Mohamed Nasser [mailto:[EMAIL PROTECTED]] Sent: February 11, 2003 4:23 PM To: Tomcat Users List Subject: RE: automatically redirect http to https in tomcat In the httpd.conf under the virtual host listening to port 80 have the line RedirectPermanent / https://my.domain.com

RE: automatically redirect http to https in tomcat

2003-02-11 Thread Mohamed Nasser
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tue, February 11, 2003 4:12 PM To: [EMAIL PROTECTED] 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

Re: automatically redirect http to https in tomcat

2003-02-11 Thread Jake Robb
gt; 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

automatically redirect http to https in tomcat

2003-02-11 Thread pqin
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 , I would be automatically redirected to https://my.domain.com/mycontext? Regards, PQ "This