webMethods

webMethods

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
Expand all | Collapse all

WinXP + Apache + Tamino

  • 1.  WinXP + Apache + Tamino

    Posted Mon August 12, 2002 12:26 PM

    WinXP Pro + Apache v2.0.36 + Tamino v3.1.1.4

    I have configured Tamino and it works, but something is strange:

    ---------------------------------------------
    * http://localhost/tamino =>


    <ino:message ino:returnvalue=“8202”>
    <ino:messagetext ino:code=“INOXHE8202”>Tamino database unknown:</ino:messagetext>
    </ino:message>
    </ino:response>


    (Hmm, this means tamino is configured with my web server, isnt it?)

    ---------------------------------------------
    * http://localhost/tamino/welcome3_1_1_4?_diagnose=ping =>


    <ino:messageline ino:subject=“Server”>is alive</ino:messageline>


    (The database is opening! I can also connect it via Schemea Editor)

    ---------------------------------------------
    * http://localhost/tamino/welcome3_1_1_4 got:

    HTTP 404 error

    (Why could this happend? I guess that it might be my web server’s problem…?)
    ---------------------------------------------
    The following is a piece of my httpd.conf

    # Software AG # Start # System Management Hub #
    # 2.2.1.3 - 2002-03-01-19.17.10
    ScriptAliasMatch ^/smh/help/(.*) “C:/Program Files/System Management Hub/bin/argmlcgi.exe/$1”
    ScriptAlias /smh/cgi/ “C:/Program Files/System Management Hub/bin/”
    Alias /smh/ “C:/Program Files/System Management Hub/htmllayer/”

    LoadModule ino_module modules/Apache2ModuleIno.dll
    <Location /tamino>
    SetHandler ino

    # Software AG # End # System Management Hub #


    Anyone knows why this happends?


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: WinXP + Apache + Tamino

    Posted Mon August 12, 2002 05:27 PM

    Hi there.

    Is it possible to query the database, and work with the normal command verbs?

    What is it that you would like to do with this statement:
      * http://localhost/tamino/welcome3_1_1_4 ?

    There are two slighty questionable things about this URL: it doesn’t include a collection and it doesn’t have a command verb.

    If it is possible to do everything else, I would say “don’t worry that this URL doesn’t work”.

    Cheers,
    Trevor.


    #API-Management
    #webMethods
    #Tamino