Hi,
In camel Jetty, we usually use below code to start a IPV4 based jetty
server.
from("jetty:http://0.0.0.0:4000/").........
from("jetty:https://0.0.0.0:4443/")............And now, I'd like to know, how we can transfer it to start a IPV6 based jetty server. Would you kindly help to guide me? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Jetty-with-IPV6-tp5762317.html Sent from the Camel - Users mailing list archive at Nabble.com.
