We have declared a http consumer endpoint like below. This works fine on our
Windows workstations, but when we use the same configuration on Solaris the
messages can not be delivered. There is a listener on port 8192, and we can
connect using telnet, but there's no response from ServiceMix/Jetty when
using a web browser. 

We have also tried using localhost instead of 0.0.0.0 and a local http
client but there is no difference.

Any ideas?

  <http:endpoint service="b:http1"
                 endpoint="http1"
                 targetService="b:pipeline"
                 role="consumer"
                 soap="true"
                 locationURI="http://0.0.0.0:8192/bridge/";
                 defaultMep="http://www.w3.org/2004/08/wsdl/in-only"; />
-- 
View this message in context: 
http://www.nabble.com/Http-endpoint-not-reachable-on-Solaris-tf2163679.html#a5980190
Sent from the ServiceMix - User forum at Nabble.com.

Reply via email to