If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

how to run sdk samples using Websphere

Started by shravan, 17 Feb 2009 03:05:59 AM

Previous topic - Next topic

shravan

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.

lindero

Hi, you cannot embed these sample apps in a application server. You have to execute the run.bat file and everthing is fine.