COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => SDK => Topic started by: shravan on 17 Feb 2009 03:05:59 AM

Title: how to run sdk samples using Websphere
Post by: shravan on 17 Feb 2009 03:05:59 AM
HI,

I am trying to create a report using the code given in the sdk(java).
my aim is to run the "Report Create" code from a EJB(stateless session bean).
when I run this code on Websphere it is giving the errors like..
The import org.apache.axis can not be resolved.
The import com.cognos can not be resolvd.
how to resolve these problems.
I think the code in the sdk is written for apche webserver.  then how to use it for Websphere.
Title: Re: how to run sdk samples using Websphere
Post by: lindero on 24 Feb 2009 06:31:08 AM
Hi, you cannot embed these sample apps in a application server. You have to execute the run.bat file and everthing is fine.