[
https://issues.apache.org/jira/browse/KARAF-7830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17854513#comment-17854513
]
Jean-Baptiste Onofré commented on KARAF-7830:
---------------------------------------------
The context path of the webconsole is defined in the Felix webconsole embedded
in Karaf webconsole.
To change the context root of the webconsole, you have to edit the
configuration with PID
{{org.apache.felix.webconsole.internal.servlet.OsgiManager}} and define the
{{manager.root}} property (default is {{{}/system/console{}}}).
See [https://github.com/apache/felix-dev/blob/master/webconsole/README.md] for
details.
> Modify contextPath
> ------------------
>
> Key: KARAF-7830
> URL: https://issues.apache.org/jira/browse/KARAF-7830
> Project: Karaf
> Issue Type: Question
> Components: karaf, webconsole
> Reporter: Ondrej Mrekaj
> Assignee: Jean-Baptiste Onofré
> Priority: Major
>
> Is there any way to change the context path for the webconsole feature from
> the default /system/console to eg: /foo/console? Alternatively, how can the
> global root context path be changed from / to /foo in Karaf?
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)