How to configure ajp-listener only with disabling http-listener and https-listener in undertow subsytem on EAP 7
Issue
- Is it possible to configure
ajp-listener
only with disablinghttp-listener
andhttps-listener
in the undertow subsytem on EAP 7? I do not use remote EJB or remote JMS, etc for my application, but have only web application that can be accessed through front-end proxy (Apache httpd). - I just simply removed
http-listener
andhttps-listner
and faced the same ERROR message described in this knowledge article "How to remove or disable the default http Undertow listener on EAP 7". I tried to follow the suggestion in the knowledge article, but it still requireshttps-listener
, so I could not do the same. How can I achieve to configureajp-listener
only?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP) 7.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.