Skip to content

Commit a05cdb0

Browse files
committed
Update README.md
1 parent 5a21ef7 commit a05cdb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

http/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ properties can be used (some legacy property names still exist but are not docum
442442
| `org.apache.felix.jetty.websocket.enable` | Enables Jetty websocket support. Default is false. |
443443
| `org.apache.felix.http.jetty.threadpool.max` | The maximum number of threads in the Jetty thread pool. Default is unlimited. Works for both platform threads and virtual threads (Jetty 12 only). |
444444
| `org.apache.felix.http.jetty.virtualthreads.enable` | Enables using virtual threads in Jetty 12 (JDK 21 required). Default is false. When enabled, `org.apache.felix.http.jetty.threadpool.max` is used for a bounded virtual thread pool. |
445+
445446
### Multiple Servers
446447
447448
It is possible to configure several Http Services, each running on a different port. The first service can be configured as outlined above using the service PID for `"org.apache.felix.http"`. Additional servers can be configured through OSGi factory configurations using `"org.apache.felix.http"` as the factory PID. The properties for the configuration are outlined as above.

0 commit comments

Comments
 (0)