This content has been marked as final.
Show 2 replies
-
1. Re: Apache fronted JBoss AS 5.1 - context change on ajp
vcorrea Oct 14, 2011 4:11 PM (in response to qmpeltaty)Hi
You could use both ( mod_jk or proxy_ajp ). The documentation about this is very complete. Good luck!
-
2. Re: Apache fronted JBoss AS 5.1 - context change on ajp
mp911de Nov 18, 2011 12:01 AM (in response to vcorrea)Hi Vitor,
you'll have more luck using mod_proxy as you specify there a mount path. For example:
<Location />
ProxyPass / http://yourjboss:8080/app
ProxyPassReverse / http://yourjboss:8080/app
</Location>
Best regards,
Mark