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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

Interactive Interface via HTTP

  • 1.  Interactive Interface via HTTP

    Posted Fri August 02, 2002 04:38 PM

    Hi,

    You can have a shortcut button on the interactive interface when this one is started via HTPP.

    For that I’ve configured the HTTPD.CONF of Apache :

    Alias /tii/ “C:/Program Files/Software AG/Tamino/Tamino 3.1.1.4/X-Tools\Tamino Interactive Interface/xql.htm”

    Now when I start the Interactive Interface in IE 6.x via http//localhost/tii/ then a page is opened with two frames (like the normal interface window, but in both the text ‘Object not found’ is given.

    Any idea what I’m doing wrong?


    #API-Management
    #Tamino
    #webMethods


  • 2.  RE: Interactive Interface via HTTP

    Posted Fri August 02, 2002 05:03 PM

    Hi whe,

    the problem is that using the file name in the alias does not work with Apache. I have fiddled around with that, too. Even if I specified that “xql.htm” should be taken as directory index like “index.html” it did not work.

    You should try using an alias like this:
    Alias /tii “D:/Program Files/Software AG/Tamino/Tamino 3.1.1.4/X-Tools/Tamino Interactive Interface”

    Then you can open the TII with the url
    http:///tii/xql.htm

    Hope that helps
    J


    #API-Management
    #webMethods
    #Tamino


  • 3.  RE: Interactive Interface via HTTP

    Posted Fri August 02, 2002 06:37 PM