you can redirect using  mod_rewrite module  



________________________________
From: ravindra <ravin...@btpsoft.com>
To: us...@httpd..apache.org
Sent: Tuesday, August 11, 2009 7:12:07 PM
Subject: [us...@httpd] HTTPS communication between Apache & Tomcat

  
Hi Everybody,
 
 
I have an application “app”
in tomcat and accessing it using http://hostname/app/login.action . I have 
added mod_proxy and proxying request to tomcat via apache. The
following is setup; here Apache and Tomcat are on same host (for some reason).
 
 
               
  Http                                    http
Browser <--------------------> Apache2.2
<-------------------->Tomcat6.0
 
            Now
I want to access the “app” in the following way. If any user types 
http://hostname/app/login.action want to redirect them to 
https://hostname/app/login.action
 
               
Https (Strictly)                              
http
Browser <--------------------> Apache2.2
<-------------------->Tomcat6.0
 
What are the other modules I need to add? Can anybody point
me to useful links?
 
Thank you,
Ravindra


      

Reply via email to