Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrutter committed Jan 4, 2025
1 parent d62b9e2 commit 97fb216
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ properties can be used (some legacy property names still exist but are not docum
| `org.apache.felix.jetty.websocket.enable` | Enables Jetty websocket support. Default is false. |
| `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). |
| `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. |
### Multiple Servers
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.
Expand Down

0 comments on commit 97fb216

Please sign in to comment.