How to change base url
Open
- Dominant language
- Java
- Stars
- 2.4k
- Forks
- 954
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.