Hi,

It appears that when I run a Jetty webserver with a servlet that uses 
JettyHttpClient and Websockets that various ports are being opened.
I have traced this back to the usage of Selectors, Selector.open() seems to use 
the JDK WindowsSelectorImpl class which then opens a Pipe which in turn uses 
the port numbers.

Unfortunately, this is resulting in problems with some strict firewalls that 
don't want any ports to be opened except whitelisted port numbers. Is there any 
way to get Jetty to not open these ports to communicate internally?

JDK version being used: JDK 11
Jetty version: jetty-9.4.44.v20210927

Regards,
Stefan
_______________________________________________
jetty-users mailing list
[email protected]
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/jetty-users

Reply via email to