How do I get the base URL and ContextPath of a Confluence installation?
I tried with the following code but it gives me an empty string.
SystemInfo info = new SystemInfoImpl();
info.getSystemProperty("baseurl")
Is there any way to get the base URL that was set in the General Configuration of a Bamboo installation?