DeemOpen / zkui

A UI dashboard that allows CRUD operations on Zookeeper.
2.36k stars 977 forks source link

How to change base url #100

Open pawel-gliniecki opened 3 years ago

pawel-gliniecki commented 3 years ago

Hi,

when i'm trying to change base url with context path parameter it doesn't work already with first redirection(login)

        public class Main {

        ...

        WebAppContext servletContextHandler = new WebAppContext();
        servletContextHandler.setContextPath("/zkui/");

Does anyone have any hint how to add base url properly ? Regards