简体   繁体   中英

Using Local IP address In a Mule ESB application

I've deployed a Mule ESB application which accept as input a GET HTTP request as follow

http://localhost:8088/esb/?id=xxx

when replace the localhost with my local IP adress 192.168.1.2 it doesnt work neither on my machin nor on another one from my lan. I've added a rule in the firewall to allow the port 8088 and it doesn't work either. I've disabled my antivirus and the firewall and no result. could someone help?

I have absolutely no problem using this endpoint configuration:

<http:inbound-endpoint
    address="http://192.168.1.68:8088/esb"
    exchange-pattern="request-response" />

Mule (3.4.0) correctly binds to my IP address and the 8088 port.

So please update your question with the config that shows how you've configured your inbound HTTP endpoint.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM