Hi,
we need to deploy one web application in multi server environment (one server for gateway and another for application server), which developed in jsp's(java) for list out all reports.
we can easily deploy the application in cognos installation(wlpdropins folder) and launch the application with help of the dispatcher server port. (because, cognos is having in built Application server, here cognos 10.2.2 contains webinfo sphere as application server.)
but, my client wants to run this application with IIS webserver only. actually IIS server dont run jsp pages directly. how can we use IIS server to run jsp pages ?
please give me your suggestions.
Thanks.
Quote from: Thanay on 27 Aug 2015 06:29:14 AM
Hi,
we need to deploy one web application in multi server environment (one server for gateway and another for application server), which developed in jsp's(java) for list out all reports.
we can easily deploy the application in cognos installation(wlpdropins folder) and launch the application with help of the dispatcher server port. (because, cognos is having in built Application server, here cognos 10.2.2 contains webinfo sphere as application server.)
but, my client wants to run this application with IIS webserver only. actually IIS server dont run jsp pages directly. how can we use IIS server to run jsp pages ?
please give me your suggestions.
Thanks.
The article below seems to suggest that IIS can't run JSP pages.
http://blogs.msdn.com/b/david.wang/archive/2005/10/11/how-does-jsp-work-on-iis.aspx
MF.
Quote from: MFGF on 27 Aug 2015 06:35:46 AM
The article below seems to suggest that IIS can't run JSP pages.
http://blogs.msdn.com/b/david.wang/archive/2005/10/11/how-does-jsp-work-on-iis.aspx
MF.
Hi MF,
as per your link, we can run jsp in iis by passing request to tomcat server using external connectors. but cognos 10.2.2 had Web infosphere as a server. so i need to pass request from iis to webinfosphere instead of tomcat.
how can we do this. is there is any connectors there ?
thanks
Quote from: Thanay on 27 Aug 2015 08:18:52 AM
Hi MF,
as per your link, we can run jsp in iis by passing request to tomcat server using external connectors. but cognos 10.2.2 had Web infosphere as a server. so i need to pass request from iis to webinfosphere instead of tomcat.
how can we do this. is there is any connectors there ?
thanks
Not as far as I am aware. The bundled app server is now Websphere Liberty, which is a lightweight deployment of Websphere Application Server. I believe it only contains the bare minimum required to host the Cognos instance, so it's unlikely you can use it in the same way as Tomcat. You could install your own Tomcat instance and use this, though.
Cheers!
MF.