Hi, Thanks for the help, but couldn't find any example of how to give JKmount on Virtual host. Following entries I have in my virtual host for SSL. Please can you give some example of what entry to make in this VirtualHost <VirtualHost _default_:443> DocumentRoot "C:/java/ApacheSoftwareFoundation/Apache2.2/htdocs" ServerName 59.160.109.11:443 ServerAdmin d.gupta@xxxxxxxxxxxxxxxxxxx ErrorLog "C:/java/ApacheSoftwareFoundation/Apache2.2/logs/error.log" TransferLog "C:/java/ApacheSoftwareFoundation/Apache2.2/logs/access.log" SSLEngine on SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL SSLCertificateFile "C:/java/ApacheSoftwareFoundation/Apache2.2/conf/sp-cert.pem" SSLCertificateKeyFile "C:/java/ApacheSoftwareFoundation/Apache2.2/conf/sp-key.pem" <FilesMatch "\.(cgi|shtml|phtml|php)$"> SSLOptions +StdEnvVars </FilesMatch> <Directory "C:/java/ApacheSoftwareFoundation/Apache2.2/cgi-bin"> SSLOptions +StdEnvVars </Directory> BrowserMatch ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 CustomLog "C:/java/ApacheSoftwareFoundation/Apache2.2/logs/ssl_request.log" \ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" </VirtualHost> Deepak Senior Software Eng. MPS Technologies Ltd. (A Macmillan Company) 3A, 5th Floor, DLF Corporate Park Phase III, Gurgaon - HARYANA, INDIA Office Ph: 91-124-2704114 Email: d.gupta@xxxxxxxxxxxxxxxxxxx www.mpstechnologies.com -----Original Message----- From: Dietmar.Mueller@xxxxxxxxxxxx [mailto:Dietmar.Mueller@xxxxxxxxxxxx] Sent: Tuesday, July 29, 2008 6:44 PM To: users@xxxxxxxxxxxxxxxx Subject: Re: mod_jk integration for both HTTP and HTTPS request to one JBOSS Hello Deepak You have also add the jmount into the ssl virtual host. regards Dietmar "Deepak Gupta" <d.gupta@xxxxxxxxxxxxxxxxxxx> 29.07.2008 14:56 Bitte antworten an users@xxxxxxxxxxxxxxxx An <users@xxxxxxxxxxxxxxxx> Kopie Thema mod_jk integration for both HTTP and HTTPS request to one JBOSS 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 configured JBOSS also with SSL. Direct HTTPS request with Jboss ssl port 8443 is working but I am not able to do it via APACHE please provide some HELP. Some apache setting for mod_jk I am using. HTTPD.conf Include conf/mod-jk.conf In mod-jk.conf LoadModule jk_module modules/mod_jk.so JkWorkersFile conf/workers.properties JkMount /__application__/* node1 JkMountFile conf/uriworkermap.properties In worker.properties worker.list=node1 worker.node1.port=8009 worker.node1.host=localhost worker.node1.type=ajp13 worker.node1.lbfactor=1 in uriworkermap.properties /jmx-console=node1 /jmx-console/*=node1 /web-console=node1 /web-console/*=node1 /*=node1 Deepak Senior Software Eng. MPS Technologies Ltd. (A Macmillan Company) 3A, 5th Floor, DLF Corporate Park Phase III, Gurgaon - HARYANA, INDIA Office Ph: 91-124-2704114 Email: d.gupta@xxxxxxxxxxxxxxxxxxx www.mpstechnologies.com --------------------------------------------------------------------- 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx