COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => COGNOS 8 Administration => Topic started by: chris2001dc on 18 Jun 2010 11:26:55 AM

Title: Cognos on WebSphere Application Server
Post by: chris2001dc on 18 Jun 2010 11:26:55 AM
Hi,

I have a Windows 2003 server with cognos 8.4 and I need to migrate toa Linux red hat with Websphere Application Server. What are my possible choices about architecture?  If i want to replace tomcat with WAS to be the application Server, should I install all the product(cognos 8 - gateway and components) in the linux server?

Thanks,
Chris
Title: Re: Cognos on WebSphere Application Server
Post by: smiley on 18 Jun 2010 07:13:03 PM
The BI logic consists of 3 parts.
1. The gateway tier.
This can run on a webserver like apache, or can run as a servlet by importing it into the WAS.
2 The dispatcher tier.
This servlet needs to be imported into the WAS.
3. The Content |Manager tier.
This servlet needs to be imported into the WAS.

After that, the tomcat is gone.
Title: Re: Cognos on WebSphere Application Server
Post by: chris2001dc on 21 Jun 2010 10:53:56 AM
Thanks for your answer.
So if I want to run the gateway and the dispacher in a WAS on Linux, I need to install all cognos componentes of cognos in a linux server?

Title: Re: Cognos on WebSphere Application Server
Post by: smiley on 21 Jun 2010 02:56:35 PM
Yes, all the bibus logic will still run outside the was, so you need a full install.
All the was does, is substitute the tomcat java server functionality.

I would advise to test your installion the classic way, so all works, and only then change the ports, and import the config into the was (and remove the tomcat stack from cognos configuration).
Otherwise you will spend a lot of time importing/testing