Hi, I'm trying to have Jetty (I tried 7.3.0 and 6.1.26) to bind to [::]:8080 or [::1]:8080 on an IPV6 only Windows 7 machine.
When running netstat -na I see that port 0.0.0.0:8080 is bound to but [::]:8080 is not. I'm starting Jetty as follows: java -jar start.jar When I use a BIO based configuration e.g. jetty-bio.xml or jetty-ssl.xml then jetty does bind to [::] is this an issue with NIO on the Windows platform? Thank you M _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
