Hello,
We have a requirement to make Hue available through the customer's IBM Web Portal. One of the requirements imposed on us is that Hue cannot be hosted at the root context path "host:8888/" and needs to be changed to something like "host:8888/hue/".
I am unable to find any means to do this. I have been researching to see if I can to it at the Hue/cherrypi level, Hue Load Balancer/httpd level, and even using haproxy. The closest I have gotten is using haproxy to get “host:8887/hue/” to point to “host:8888/" but it changes the browser’s url back to “host:8888/".
Any ideas would be welcome. Thanks.