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.  Apache configuration on Win NT

    Posted Tue November 06, 2001 11:06 PM

    The Tamino installation program didn’t find Apache on my system even though it is installed as a service called Apache and was running at the time.

    I haven’t been able to find the instructions for how to configure Apache manually. Can some one tell me where they are? (I did find the instructions for configuring it for the SMH - what I can’t do is connect to the database itself.)

    Thanks,

    Randy


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: Apache configuration on Win NT

    Posted Tue November 06, 2001 11:16 PM

    Randy,

    In the documentation there is a section on configuring webservers. Go to Start-Programs-Tamino-documentation-documentation. Once in the online documentation go to installing tamino, configuring tamino, configuration of web servers.

    There is a section on Apache and what to check if its not working.

    Regards
    Daniel


    #webMethods
    #Tamino
    #API-Management


  • 3.  RE: Apache configuration on Win NT

    Posted Wed November 07, 2001 08:09 PM
    • Thanks. I copied the ApacheModuleIno.dll to /modules and added the following lines to my httpd.conf:

      #Tamino Install
      LoadModule ino_module modules/ApacheModuleIno.dll
      <Location /tamino>
      SetHandler ino

      - I restarted apache and started the database and trie to connect with the schema editor, but it failed. So I tried the _diagnose=ping call below:

      http://localhost/tamino/my-database?_diagnose=ping

      - and got an “Internal Server Error”. My apache log file has the following entries:

      [Wed Nov 07 11:25:35 2001] [notice] Handler ino(v1.30.1.1): successfully initialized
      [Wed Nov 07 11:26:02 2001] [error] [client 127.0.0.1] Invalid method in request

      - any thoughts?

      Thanks,

      Randy


    #API-Management
    #webMethods
    #Tamino