Ditch mod_jk and use mod_proxy instead.
1)edit
/etc/apache2/mods-enabled/proxy.conf
and insert
Allow from all
2)proxy like so:
<VirtualHost xxx.xxx.xxx.xxx:80>
ServerAlias
domain.com
ServerName
domain.com
ProxyPass / ajp://127.0.0.1:8009/
ProxyPassReverse / ajp://127.0.0.1:8009/
ProxyPreserveHost On
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167142#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...