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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Apache Reverse Proxy for webMethods IS FTP Port

    Posted 08/26/08 12:06 PM

    Hello,

    Has anyone tried setting up Apache as Reverse Proxy server (in DMZ) for webMethods Integration Server FTP port (in internal network)?

    Regards,
    SK.


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 2.  RE: Apache Reverse Proxy for webMethods IS FTP Port

    Posted 09/03/08 07:54 PM

    Apache proxy is for HTTP/S only, so it cannot be used for FTP.


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 3.  RE: Apache Reverse Proxy for webMethods IS FTP Port

    Posted 09/03/08 08:05 PM

    Not exactly so

    [url]http://httpd.apache.org/docs/2.0/mod/mod_proxy.html[/url]

    This module implements a proxy/gateway for Apache. It implements proxying capability for FTP, CONNECT (for SSL), HTTP/0.9, HTTP/1.0, and HTTP/1.1. The module can be configured to connect to other proxy modules for these and other protocols.

    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 4.  RE: Apache Reverse Proxy for webMethods IS FTP Port

    Posted 09/03/08 08:19 PM

    mod_proxy is a protocol converter from HTTP to FTP (client connects to the proxy port over HTTP using an ftp URL). It does not act like an FTP server which you would need for FTP clients.

    It should work for browser clients though. Good point.


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods