Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] SelectChannelConnector not binding to [::]

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


Back to the top