On Thursday 16 December 2010 4:20:20 pm 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?
See the thread "Weird issue with jaxws:endpoint......" There is spring config that you can use to tell what "host" for a port to bind on. The default if no spring config is to bind to the host in the URL that is passed in. In your case, that may be localhost. -- Daniel Kulp [email protected] http://dankulp.com/blog
