RE: [EMAIL PROTECTED] Apache, Jboss and mod_jk

2008-09-17 Thread Deepak Gupta
Hi, You need to JkMount your URLs from Apache to Jboss add this in your mod-jk.conf or httpd.conf JkMount /__application__/* loadbalancer Regards, Deepak Senior Software Eng. MPS Technologies Ltd. (A Macmillan Company) 3A, 5th Floor, DLF Corporate Park Phase III, Gurgaon - HARYANA, INDIA Office

RE: [EMAIL PROTECTED] mod_jk integration for both HTTP and HTTPS request to one JBOSS

2008-07-29 Thread Deepak Gupta
pstechnologies.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2008 6:44 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] mod_jk integration for both HTTP and HTTPS request to one JBOSS Hello Deepak You have also add the jmount

[EMAIL PROTECTED] mod_jk integration for both HTTP and HTTPS request to one JBOSS

2008-07-29 Thread Deepak Gupta
Hi, I have Jboss 4.0.5 and Apache 2.2.9 with SSL on windows environment. I have successfully configured mod_jk so that apache talks with jboss nicely for all HTTP request. Problem I am facing is when I am making an HTTPS request it goes to Apache but never comes to JBOSS. I have successfully co