[us...@httpd] throgh https accesing struts2 application

2009-06-18 Thread ravindra
Hi all,

 

I have Struts2 application running in Tomcat6.0 and I am using Apache
Clustering and load balancing for that application. I am able to access all
my documents under apache htdocs through https. Somewhere in those documents
I have a link to my application like http://1.2.3.4:8080/app/login.action;.

  

How to access this application also in https?

Do I need to setup https in tomcat6.0 or Is there any configuration
procedure in Apache 2.2 webserver?

 

Thank you,

Ravindra

 



Re: [us...@httpd] throgh https accesing struts2 application

2009-06-18 Thread André Warnier

ravindra wrote:
In your description, it is not very clear
- if you use Apache httpd /and/ Apache Tomcat
- if yes, are these separate hosts, and if yes, are they at the same 
physical location ?

- how they are connected (mod_proxy, mod_proxy_ajp, mod_jk,..)
- which things you handle with httpd, which with Tomcat, and how you decide
Can you be a little more explicit ?

(Basically, you could send all the requests to Apache httpd via HTTPS, 
and from Apache httpd proxy to Tomcat via simple HTTP. That's why I'm 
asking)


-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
 from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



RE: [us...@httpd] throgh https accesing struts2 application

2009-06-18 Thread ravindra
Thanks for the reply André,

Sorry for the insufficient information. At present apache httpd and
apache tomcat are running on the same machine. Under htdocs folder of apache
httpd we have our static (html) wesite content. Under apache tomcat6.0 we
have Struts2 application deployed.
I want all the request to Struts2 application to be https and come
through apache.For this I have installed mod_jk, mod_ssl.   

What other modules I need to add, could you please guide me? 
Thank you,
Ravindra

-Original Message-
From: André Warnier [mailto:a...@ice-sa.com] 
Sent: Thursday, June 18, 2009 4:12 PM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] throgh https accesing struts2 application

ravindra wrote:
In your description, it is not very clear
- if you use Apache httpd /and/ Apache Tomcat
- if yes, are these separate hosts, and if yes, are they at the same 
physical location ?
- how they are connected (mod_proxy, mod_proxy_ajp, mod_jk,..)
- which things you handle with httpd, which with Tomcat, and how you decide
Can you be a little more explicit ?

(Basically, you could send all the requests to Apache httpd via HTTPS, 
and from Apache httpd proxy to Tomcat via simple HTTP. That's why I'm 
asking)

-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org





-
The official User-To-User support forum of the Apache HTTP Server Project.
See URL:http://httpd.apache.org/userslist.html for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
  from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org