COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Cognos Administration => Topic started by: Dinesh K. Dhiman on 10 Oct 2016 09:07:51 AM

Title: Cognos URI for Custom JSP Pages / .WAR File
Post by: Dinesh K. Dhiman on 10 Oct 2016 09:07:51 AM
Hello Experts,

Can you please help me in integrating .war file with Cognos?

Referring link,

http://www.cognoise.com/index.php?topic=28452.0

I already tried to work using following steps -
1) Placed the war file @ C:\Program Files\IBM\cognos\c10_64\webapps
2) Restarted the Cognos services
3) Tried accessing the application using http://localhost:9300/<warfile-name>

But, I'm getting "Context Root Not Found" error.

I'm using 10.2.2 Version with default Websphere Liberty Profile.
Title: Re: Cognos URI for Custom JSP Pages / .WAR File
Post by: Andrew Weiss on 10 Oct 2016 09:37:25 AM
imdineshdhiman,

Put the file into the wlpdropins folder instead.

-Andy
Title: Re: Cognos URI for Custom JSP Pages / .WAR File
Post by: Dinesh K. Dhiman on 10 Oct 2016 09:54:11 AM
Thanks for the input Andrew.
Tried...

http://localhost:9300/<warfile-name>
says
Error 404: SRVE0190E: File not found: /

Whereas,
http://localhost:9300/<warfile-name>.war
says
"Context Root Not Found"