IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Webmethods 9.9 pub.client:http not working with tomcat server installed locally

    Posted Fri May 20, 2016 04:26 PM

    Hi

    I am currently encountering an issue when Integration Server sends an HTTP request to a tomcat server installed locally. I am using http://localhost:8080… I’ve tried endless fiddling with the firewall configuration to no avail unfortunately. Surprisingly my navigator handles the same url fine. I can’t see what I am doing wrong.

    Best regards


    #webMethods
    #soa
    #API-Management


  • 2.  RE: Webmethods 9.9 pub.client:http not working with tomcat server installed locally

    Posted Fri May 20, 2016 04:35 PM

    I just wanted to add the error message I am having is “connexion refused”


    #API-Management
    #soa
    #webMethods


  • 3.  RE: Webmethods 9.9 pub.client:http not working with tomcat server installed locally

    Posted Sun May 22, 2016 05:41 AM

    Please make sure you are using proper port, also try to telnet to that port. And make sure your tomcat server is up and accessible on that specific port number.

    Thanks,


    #webMethods
    #API-Management
    #soa


  • 4.  RE: Webmethods 9.9 pub.client:http not working with tomcat server installed locally

    Posted Sun May 22, 2016 12:41 PM

    Hi

    Tomcat is up and available since the navigator handles the http url nicely.
    I guess my next move would be to completely disable the firewall that must get in the way somehow.

    Best regards


    #webMethods
    #API-Management
    #soa


  • 5.  RE: Webmethods 9.9 pub.client:http not working with tomcat server installed locally

    Posted Sun May 22, 2016 12:43 PM

    I am using port 9080 by the way.

    Best regards


    #API-Management
    #soa
    #webMethods


  • 6.  RE: Webmethods 9.9 pub.client:http not working with tomcat server installed locally

    Posted Sun May 22, 2016 12:50 PM

    Actually I mentionned 9080 in the last post and 8080 in the firt one but truth is none of those works. I’ve tried to configure tomcat on both. In both cases the navigator displays the page but pub.client:http gives me “Connexion refused” with 9080 and 404 error code with 8080.

    Best regards


    #webMethods
    #soa
    #API-Management


  • 7.  RE: Webmethods 9.9 pub.client:http not working with tomcat server installed locally

    Posted Mon May 23, 2016 07:12 AM

    Actually I just realized the IntegrationServer is not installed locally …
    Which means the error I am getting makes sense.
    As to How to make the integration server able to communicate with localhost I still don’t know
    I guess I 'll have to edit /etc/hosts among other things

    Any ideas ?


    #webMethods
    #API-Management
    #soa


  • 8.  RE: Webmethods 9.9 pub.client:http not working with tomcat server installed locally

    Posted Sun May 29, 2016 11:35 PM

    Roger,
    So your Integration server is installed in some other host (say X) and you have Tomcat installed in your local machine (Y). You are trying to call Tomcat URL from Integration server. Provide your machine host name when you send request from Integration server. If IS detects something as localhost, it will try to check in the same machine (X) if the specific port is listening or not. Modifying your etc/host file will not help.

    -Senthil


    #soa
    #API-Management
    #webMethods