You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by Dan Tran <da...@gmail.com> on 2012/08/26 00:42:23 UTC

Re: svn commit: r1373636 - /karaf/webconsole/trunk/core/src/main/resources/OSGI-INF/blueprint/core.xml

Please fix up instructions at README as well to use 'console' instead

On Wed, Aug 15, 2012 at 2:28 PM,  <ld...@apache.org> wrote:
> Author: ldywicki
> Date: Wed Aug 15 21:28:28 2012
> New Revision: 1373636
>
> URL: http://svn.apache.org/viewvc?rev=1373636&view=rev
> Log:
> KARAF-1730 Change default context path to /console
>
> Modified:
>     karaf/webconsole/trunk/core/src/main/resources/OSGI-INF/blueprint/core.xml
>
> Modified: karaf/webconsole/trunk/core/src/main/resources/OSGI-INF/blueprint/core.xml
> URL: http://svn.apache.org/viewvc/karaf/webconsole/trunk/core/src/main/resources/OSGI-INF/blueprint/core.xml?rev=1373636&r1=1373635&r2=1373636&view=diff
> ==============================================================================
> --- karaf/webconsole/trunk/core/src/main/resources/OSGI-INF/blueprint/core.xml (original)
> +++ karaf/webconsole/trunk/core/src/main/resources/OSGI-INF/blueprint/core.xml Wed Aug 15 21:28:28 2012
> @@ -19,7 +19,7 @@
>
>      <wicket:application id="karafWebConsole"
>          class="org.apache.karaf.webconsole.core.internal.WebConsoleApplication"
> -        applicationName="karafWebConsole" mountPoint="cns" />
> +        applicationName="karafWebConsole" mountPoint="console" />
>
>      <reference-list id="tabs" interface="org.apache.karaf.webconsole.core.navigation.ConsoleTabProvider" availability="optional" />
>
>
>