COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Cognos Administration => Topic started by: sonny99 on 26 Jan 2016 09:50:25 AM

Title: How to Configure the Cognos gateway in IIS to NOT use a virtual directory
Post by: sonny99 on 26 Jan 2016 09:50:25 AM
Hi All,

I have a requirement to Configure the Cognos 10 gateway so there is no virtual directory component in the URL:
- typically a URL will be of the form - "https://intra.bi.ca/c10" Can we configure IIS to omit the sub-directory in the URL but still able to launch the Cognos application? Example "https/intra.c10bi.ca"

If this is possible, I would appreciate the details on how to configure IIS.

Thank you,

Sonny Ramnarine
BI Technical Lead - Ministry of Education
Title: Re: How to Configure the Cognos gateway in IIS to NOT use a virtual directory
Post by: bdbits on 26 Jan 2016 02:36:50 PM
Is this simply so they can enter a server name (e.g. "intra.c10bi.ca") to get to Cognos? If so, a simple redirect on the site root will take care of that.

https://www.iis.net/configreference/system.webserver/httpredirect (https://www.iis.net/configreference/system.webserver/httpredirect)
Title: Re: How to Configure the Cognos gateway in IIS to NOT use a virtual directory
Post by: mcc.chernandez on 26 Jan 2016 08:07:33 PM
Agree with the redirect. You can also try changing the directory of the Default Web Site to point to the <c10_install>\webcontent folder (and follow all other setup steps from this article: http://www.ibm.com/developerworks/data/library/cognos/infrastructure/web_servers/page599.html)