Mule Cloudhub部署错误我该如何解决?

时间:2014-01-27 15:13:38

标签: salesforce mule jira mule-studio mule-el

我已经将Salesforce流向JIRA。它在本地机器上工作正常。当我在云集线器上部署它不工作它显示错误。我正在使用的以下终点URL。

<http:inbound-endpoint exchange-pattern="one-way" address="http://00.00.000.000:80/JIRAListner" doc:name="HTTP"/>

当我在云集线器上部署时,这不起作用。怎么解决这个问题。部署后,这种类型的链接来了。 example.cloudhub.io。在部署时,我可以给出哪种类型的端点URL。

2 个答案:

答案 0 :(得分:0)

使用:

<http:inbound-endpoint
      exchange-pattern="one-way"
      address="http://localhost:${http.port}/JIRAListner"
      doc:name="HTTP"/>

答案 1 :(得分:0)

我们在部署时得到了解决方案,我们不会担心我们在mule端点URL中的IP地址。

  

http://127.0.0.1:8081/pathname

足够了。在部署mule项目之后。部署提供了一些链接,如

  

example.cloudhub.in

。我们可以在源应用程序中使用此链接和我们的路径名,这意味着mule接收数据的位置。例如:

  

http://example.cloudhub.in/pathname