conquery icon indicating copy to clipboard operation
conquery copied to clipboard

support context path for admin servlet

Open thoniTUB opened this issue 6 months ago • 1 comments

Currently the admin servlet does not really support a configuration like this:

    "server": {
        "adminContextPath": "/test",
        "applicationContextPath": "/test"
    }

where the wohle servlet is mounted under a subpath. (/admin-ui becomes /test/admin-ui) The result is a broken UI and other links.

However it would be very useful for hosting multiple instances (testing) under a single domain.

Support for the application servlet comes in another PR.

thoniTUB avatar Aug 08 '24 15:08 thoniTUB