On 12/17/10 5:20 AM, Benson Margulies wrote:
I suspect that the embedded jetty is binding 127.0.0.1 and not 0.0.0.0. If I was right, how would I control it?
If you don't set the connector's host address,it will use the default one "0.0.0.0".
I think you can also pass the host address (0.0.0.0) to the connector. -- Willem ---------------------------------- FuseSource Web: http://www.fusesource.com Blog: http://willemjiang.blogspot.com (English) http://jnn.javaeye.com (Chinese) Twitter: willemjiang
