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 [EMAIL PROTECTED]
        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: [EMAIL PROTECTED] 
www.mpstechnologies.com

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 29, 2008 6:44 PM
To: [email protected]
Subject: Re: [EMAIL PROTECTED] 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" <[EMAIL PROTECTED]> 
29.07.2008 14:56
Bitte antworten an
[email protected]


An
<[email protected]>
Kopie

Thema
[EMAIL PROTECTED] 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: [EMAIL PROTECTED] 
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to