Re: Redirect from http:// to https://

2005-03-09 Thread Peter Johnson
Or write a valve/filter to do the same thing
PJ
Antony Paul wrote:
You use Tomcat standalone or along with Apache. 
In Tomcat stand alone you can 
1, In index.jsp or whatever be the welcome page check
response.isSecure() then redirect.
2. There is an option in web.xml in security element
transport-guarantee which can be specified for certain resources. On
accessing these resources it will automatically redirect to the https.
You need to properly configure redirectport in Connector element in
server.xml for this to work.

   In Apache use mod_rewrite.
On Tue, 8 Mar 2005 23:27:54 + (GMT), Sanjeev Srivastava
[EMAIL PROTECTED] wrote:
 

Hi All!,
Can anone tell me how can I redirect http://
to https:// . I want as soon as the user type
http://abc.com it will go to https://abc.com
(SSL Config).
Please help..
Regards,
Sanjeev
Send instant messages to your online friends http://uk.messenger.yahoo.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   


 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Redirect from http:// to https://

2005-03-09 Thread Sanjeev Srivastava
Thanks a lot PJ !, It worked..

Regards,
Sanjeev
--- Peter Johnson [EMAIL PROTECTED] wrote:
 Or write a valve/filter to do the same thing
 
 PJ
 
 Antony Paul wrote:
 
 You use Tomcat standalone or along with Apache. 
 In Tomcat stand alone you can 
 1, In index.jsp or whatever be the welcome page
 check
 response.isSecure() then redirect.
 2. There is an option in web.xml in security
 element
 transport-guarantee which can be specified for
 certain resources. On
 accessing these resources it will automatically
 redirect to the https.
 You need to properly configure redirectport in
 Connector element in
 server.xml for this to work.
 
 In Apache use mod_rewrite.
 
 
 On Tue, 8 Mar 2005 23:27:54 + (GMT), Sanjeev
 Srivastava
 [EMAIL PROTECTED] wrote:
   
 
 Hi All!,
  Can anone tell me how can I redirect
 http://
 to https:// . I want as soon as the user type
 http://abc.com it will go to https://abc.com
 
 (SSL Config).
 
 Please help..
 
 Regards,
 Sanjeev
 
 Send instant messages to your online friends
 http://uk.messenger.yahoo.com
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 
 
 
 
 
   
 
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 

Send instant messages to your online friends http://uk.messenger.yahoo.com 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Redirect from http:// to https://

2005-03-09 Thread Sanjeev Srivastava
Thanks a lot Paul !!, It worked

Regards,
Sanjeev
--- Antony Paul [EMAIL PROTECTED] wrote:
 You use Tomcat standalone or along with Apache. 
 In Tomcat stand alone you can 
 1, In index.jsp or whatever be the welcome page
 check
 response.isSecure() then redirect.
 2. There is an option in web.xml in security element
 transport-guarantee which can be specified for
 certain resources. On
 accessing these resources it will automatically
 redirect to the https.
 You need to properly configure redirectport in
 Connector element in
 server.xml for this to work.
 
 In Apache use mod_rewrite.
 
 
 On Tue, 8 Mar 2005 23:27:54 + (GMT), Sanjeev
 Srivastava
 [EMAIL PROTECTED] wrote:
  Hi All!,
   Can anone tell me how can I redirect
 http://
  to https:// . I want as soon as the user type
  http://abc.com it will go to https://abc.com
  
  (SSL Config).
  
  Please help..
  
  Regards,
  Sanjeev
  
  Send instant messages to your online friends
 http://uk.messenger.yahoo.com
  
 

-
  To unsubscribe, e-mail:
 [EMAIL PROTECTED]
  For additional commands, e-mail:
 [EMAIL PROTECTED]
  
  
 
 
 -- 
 rgds
 Antony Paul
 http://www.geocities.com/antonypaul24/
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 

Send instant messages to your online friends http://uk.messenger.yahoo.com 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Redirect from http:// to https://

2005-03-08 Thread Sanjeev Srivastava
Hi All!,
 Can anone tell me how can I redirect http://
to https:// . I want as soon as the user type
http://abc.com it will go to https://abc.com

(SSL Config).

Please help..

Regards,
Sanjeev

Send instant messages to your online friends http://uk.messenger.yahoo.com 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Redirect from http:// to https://

2005-03-08 Thread Antony Paul
You use Tomcat standalone or along with Apache. 
In Tomcat stand alone you can 
1, In index.jsp or whatever be the welcome page check
response.isSecure() then redirect.
2. There is an option in web.xml in security element
transport-guarantee which can be specified for certain resources. On
accessing these resources it will automatically redirect to the https.
You need to properly configure redirectport in Connector element in
server.xml for this to work.

In Apache use mod_rewrite.


On Tue, 8 Mar 2005 23:27:54 + (GMT), Sanjeev Srivastava
[EMAIL PROTECTED] wrote:
 Hi All!,
  Can anone tell me how can I redirect http://
 to https:// . I want as soon as the user type
 http://abc.com it will go to https://abc.com
 
 (SSL Config).
 
 Please help..
 
 Regards,
 Sanjeev
 
 Send instant messages to your online friends http://uk.messenger.yahoo.com
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
rgds
Antony Paul
http://www.geocities.com/antonypaul24/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]