Context Path Wildfly 8.2 Management UI

穿精又带淫゛_ 提交于 2019-12-12 15:13:18

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!