I figured it out. Instead of localhost or 0.0.0.0 in the from if I directly
insert the IP address of the local host and remove / after the port number
in URI, everything works fine. :)

So the code would would be something like this 
from("jetty://http://192.168.39.204:8080?matchOnUriPrefix=true";) 

Hope it helps!



--
View this message in context: 
http://camel.465427.n5.nabble.com/Load-balancing-camel-in-real-world-tp5717381p5717541.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to