How do I configure Apache httpd for JBoss EPP
Issue
I have a problem when I try to access JBoss EPP via Apache httpd (http://localhost:81/portal). I can successfully redirect to the portal using mod_proxy but there are no images or decorations shown in the browser. I have the following mod_proxy configuration in my httpd.conf:
<VirtualHost *:81>
ProxyRequests off
ProxyPreserveHost On
ProxyPass /portal http://x.x.x.x:8080/portal
ProxyPassReverse /portal http://x.x.x.x:8080/portal
</VirtualHost>
Environment
- JBoss Enterprise Portal Platforn (EPP)
- 4.3
- 5
- Apache httpd 2.2
- mod_proxy
- mod_jk
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.