The blazegraph.jar contains an older Jetty server that triggers security warnings. Is there a way to force blazegraph to only listen to port 9999 on localhost and not on the general network interface 0.0.0.0? I tried the -Djetty.host=127.0.0.1 but that didn't have any effect (e.g., still accessible from a remote computer).
Asked
Active
Viewed 112 times
3
-
https://www.eclipse.org/jetty/documentation/jetty-9/index.html#quickstart-config-what has some jetty config info – Wolfgang Fahl Feb 18 '22 at 16:34