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
  • 1.  HTTP Security with IIS 5.0

    Posted Wed September 26, 2001 02:35 PM

    Hello,

    Does anybody know how to block the access to tamino virtual directory with IIS 5.0, so that nobody can access directly to the database through the Internet?

    The Tamino virtual directory doesn’t appear in the IIS console, so all we can do is remove the anonymous access from the entire website, but that’s not what we want, because the rest of the website (with dynamic pages that use Tamino) has to be accessed.

    Best Regards,

    Matis Workgroup


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: HTTP Security with IIS 5.0

    Posted Wed September 26, 2001 05:36 PM

    One possibility is to have a two machines running IIS. One machine hosts the website including the application that uses Tamino. The Tamino filter is not included here. The other machine has the Tamino filter and Tamino database and justs hosts Tamino. A firewall could be employed to enhance security by only allowing port 80 into the main site and only access to the main website. This will prevent hackers trying to get to the Tamino database running on the other machine from the public internet.


    #Tamino
    #API-Management
    #webMethods


  • 3.  RE: HTTP Security with IIS 5.0

    Posted Thu September 27, 2001 10:04 AM

    Would it be easier to lock down anonymous (“public”) access to the Tamino database using Apache? Maybe using only one machine (BTW. I’m not running a bank :-))?

    Thanks in advance.

    Matis Workgroup


    #webMethods
    #API-Management
    #Tamino


  • 4.  RE: HTTP Security with IIS 5.0

    Posted Thu September 27, 2001 11:15 AM

    One could set up a web service using Apache running on some port say 8080. The firewall only allows access to the main website running on port 80 which restricts access to those on the public internet. Just use the apache to host Tamino. Of course this is a cheaper option! :slight_smile:

    Access to Tamino from the web application would be http://localhost:8080/tamino/yourdb/….


    #Tamino
    #API-Management
    #webMethods