问题
is it possible, and when how, use the Management UI of the Wildfly 8.2 with a path.
Default: http://localhost:9990/console
How i would like to do it: http://localhost:9990/wildfly/console
Is this possible? And if it is, how?
Sub-Context: i like to have a AJP Proxy that the URL will be http://host/wildfly and not http://host:9990/
回答1:
mod_proxy can do that if correctly configured. Something like:
ProxyPass /wildfy/ http://localhost:9990/
ProxyPassReverse /wildfly/ http://localhost:9990/
来源:https://stackoverflow.com/questions/28604596/context-path-wildfly-8-2-management-ui