From f03bb6840775ee704be23eb4d1404fa594d03c9d Mon Sep 17 00:00:00 2001 From: HeinrichAD Date: Tue, 11 Jul 2023 21:15:14 +0200 Subject: [PATCH] add jetty "host" property Add the posibility to set the network interface the Jetty server connector binds to as an IP address or a hostname. If null or 0.0.0.0, then its automatically binds to all interfaces. Currently, the sercer connector uses 0.0.0.0 as fallback and always binds to all interfaces. References: --- src/main/config/jetty.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/config/jetty.xml b/src/main/config/jetty.xml index 8af0434..185d28e 100644 --- a/src/main/config/jetty.xml +++ b/src/main/config/jetty.xml @@ -64,7 +64,8 @@ - + +