How to access JBoss EAP 7/8 admin or management console via Apache Web Server
Issue
- How to access JBoss EAP 7/8 management console via Apache Web Server?
- How to configure Apache httpd as a reverse proxy to JBoss EAP 7/8 management console?
- When accessing JBoss EAP 7/8 admin console using
https://<domain_name>/console
via Apache Httpd reverse proxy, it is redirecting tohttp://<domain_name>:9990/console
causing the browser to downgrade toHTTP
and also include port9990
, which is not open externally and violates our security constraints. - How to configure Apache Httpd Reverse Proxy to access the JBoss EAP 7/8 admin console when I have the below request flow.
Browser ----> Network LB (https) ----> Apache Httpd (http) ----> JBoss EAP 7/8
Environment
- JBoss Enterprise Application Platform (EAP)
- 7.x
- 8.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.