Author: cziegeler
Date: Fri Mar 6 08:05:44 2020
New Revision: 1874874
URL: http://svn.apache.org/viewvc?rev=1874874&view=rev
Log:
FELIX-5954 : Update Apache Felix Web Console Documentation
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-web-console.mdtext
Modified:
felix/site/trunk/content/documentation/subprojects/apache-felix-web-console.mdtext
URL:
http://svn.apache.org/viewvc/felix/site/trunk/content/documentation/subprojects/apache-felix-web-console.mdtext?rev=1874874&r1=1874873&r2=1874874&view=diff
==============================================================================
---
felix/site/trunk/content/documentation/subprojects/apache-felix-web-console.mdtext
(original)
+++
felix/site/trunk/content/documentation/subprojects/apache-felix-web-console.mdtext
Fri Mar 6 08:05:44 2020
@@ -76,6 +76,9 @@ The Web Console supports the following s
| `plugins` | all plugins enabled | The labels of the plugins enabled and
displayed. |
| `loglevel` | `2` | Log level filter for the `AbstractWebConsole` log
methods. This is an integer value matching the levels defined by the OSGi Log
Service. |
| `locale` | -- | If set, this locale forces the localization to use this
locale instead of the one requested by the web browser. |
+| `http.service.filter` | -- | OSGi filter used to select the Http Service to
which the Web Console binds. The value of this property (if not empty) is
combined with the object class selection term to get the actual service
selection filter like
`(&(objectClass=org.osgi.service.http.HttpService)(filter))`. This property
must not have leading or ending parentheses. For example, to bind to the
service with service ID 15 set the property to `service.id=15`. By default (if
this property is not set or set to an empty string) the Web Console binds with
any Http Service available.|
+
+
The default values apply if the respective property is missing from the
configuration or if no configuration is provided at all.