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.  webclip portlet problem

    Posted Wed April 12, 2006 12:36 AM

    Hi ,

    I am trying to use webclip portlet but when I specify the URL and try to load the page it gives me following error message.

    An error occurred loading http://www.rediff.com/
    java.net.UnknownHostException: www.rediff.com
    www.rediff.com

    I am not using proxy server to connect to internet.

    Please help me resolve this issue.

    Thanks,
    Sumit.


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 2.  RE: webclip portlet problem

    Posted Thu April 20, 2006 08:36 AM

    You should probably check to make sure that the machine the portal is running on can ping that site.

    Could you open up a command shell on the same machine as the portal and try to ping www.rediff.com please?

    –mark


    #MWS-CAF-Task-Engine
    #webMethods
    #webMethods-BPMS


  • 3.  RE: webclip portlet problem

    Posted Mon May 12, 2008 11:23 AM

    For local networks within an organization, access to the public-domain Internet is often via a HTTP Proxy.

    Command Line JVM Settings
    The proxy settings are given to the JVM via command line arguments:

    $ java -Dhttp.proxyHost=proxyhostURL
    -Dhttp.proxyPort=proxyPortNumber
    -Dhttp.proxyUser=someUserName
    -Dhttp.proxyPassword=somePassword javaClassToRun


    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine