You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by reignier <Pa...@inrialpes.fr> on 2008/06/24 23:31:41 UTC

webconsole

Hello

I am a new Felix user.
I would like to use the webconsole but I could not find how to configure 
it (port, user etc)

Thank you very much for help

Best



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: webconsole

Posted by Felix Meschberger <fm...@gmail.com>.
Hi Reignier,

reignier schrieb:
> Hello
> 
> I am a new Felix user.
> I would like to use the webconsole but I could not find how to configure 
> it (port, user etc)

As Thomas Berger already said, the port is configured with the Http 
Service implementation with which the web console registers.

The rest - like access URL root and user is configured through the 
Configuration Admin. By default the root is /system/console and username 
and password are admin and admin. You might want to change this 
immediately on the Configuration page.

> 
> Thank you very much for help

Hope this helps.

Regards
Felix

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: webconsole

Posted by reignier <Pa...@inrialpes.fr>.
Thank you very much for your help.
It now works

I  now understand one of my problem. I have recompiled felix locally. I 
have launched the web console using obr. It selects the Servlet 2.1 API 
bundle instead of the http.jetty and so, no server was launched.

Thanks a lot


Thomas Berger wrote:
> Hello,
>
> the Webconsole uses the HTTP Server Bundle. Thus, the port can be 
> configured with the
>
>  org.osgi.service.http.port
>
> property. By default, it is set to port 80. Properties can be set in the
>
>  conf/config.properties
>
> file.
>
> Regards,
> Thomas Berger*
> *
> reignier schrieb:
>> Hello
>>
>> I am a new Felix user.
>> I would like to use the webconsole but I could not find how to 
>> configure it (port, user etc)
>>
>> Thank you very much for help
>>
>> Best
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
>> For additional commands, e-mail: users-help@felix.apache.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: webconsole

Posted by Thomas Berger <th...@stz-ida.de>.
Hello,

the Webconsole uses the HTTP Server Bundle. Thus, the port can be 
configured with the
 
  org.osgi.service.http.port

property. By default, it is set to port 80. Properties can be set in the

  conf/config.properties

file.

Regards,
Thomas Berger*
*
reignier schrieb:
> Hello
>
> I am a new Felix user.
> I would like to use the webconsole but I could not find how to 
> configure it (port, user etc)
>
> Thank you very much for help
>
> Best
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org