https root webapp in jboss 5 through apache mod_proxy with ajp

Posted by Jesus on Server Fault See other posts from Server Fault or by Jesus
Published on 2010-01-28T22:25:22Z Indexed on 2010/05/08 4:08 UTC
Read the original article Hit count: 766

Filed under:
|
|
|

hi,

i have apache 2.2.3 and jboss 5.1 installed in my server, in apache i have 2 apps in php+mysql and in jboss i have in the root app (/) liferay portal. i used mod_proxy to reach the jboss app :

<VirtualHost server_ip:80>
ServerName intranet.mycompany.com
ProxyPreserveHost On
ProxyPass / balancer://jbosscluster/
ProxyPassReverse / http://server_ip:8080
</VirtualHost>

but now i have to enable https only in intranet.mycompany.com, and i dont know where configure the ssl, in apache, jboss, both. i tried in jboss in the server.xml, generating a selfsigned certificate with keytool, but apache doesnt forward to https://server_ip:8443

i will appreciate your help.

© Server Fault or respective owner

Related posts about mod-proxy-ajp

Related posts about jboss