Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] ServerConnector and IPv6

Check your netstat, you'll probably see that its already listening on all of your interfaces, including your IPv6 ones.



Joakim Erdfelt / joakim@xxxxxxxxxxx

On Wed, Mar 8, 2017 at 6:43 AM, Silvio Bierman <sbierman@xxxxxxxxxxxxxxxxxx> wrote:
Hello all,

I have a ServerConnector listening on port 0.0.0.0:8080. I would like the connector to be accessible via IPv6 as well. Can this be done using the same connector? Or do I need a second connector that uses the same port?

Thanks,

Silvio

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top