Microsoft IIS Web Server
--
Questions
--
Followers
Top Experts
Will BIRT work on ColdFusion or IIS server?
I have created a report using BIRT and now I want to view it with Internet Explorer browser. I have looked on the WEB and all I see is that it works with Apache Tomcat but not with IIS. If it can work with IIS then any help with how to call the report etc will be appreciated.
Thanks in advance.
Thanks in advance.
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
ASKER CERTIFIED SOLUTION
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
So what does standalone CF run on?
Thanks
Thanks
CF standalone runs on a cut down version of JRun, on which it's very difficult to deploy anything. Standalone (if you're running CF Enterprise) will run JSP and servlets and that's about it.
I am using the multiserver install of CF. I am running JRun in this environment and was able to add birt-viewer as a web application but now I get the following servelet error when running following command:
http://localhost:8300/birt-viewer/frameset?__report=test.rptdesign&sample=my+parameter
/birt-viewer/frameset
java.io.FileNotFoundExcept ion: /birt-viewer/frameset
at jrun.servlet.file.FileServ let.servic e(FileServ let.java:3 49)
at jrun.servlet.ServletInvoke r.invoke(S ervletInvo ker.java:1 06)
at jrun.servlet.JRunInvokerCh ain.invoke Next(JRunI nvokerChai n.java:42)
at jrun.servlet.JRunRequestDi spatcher.i nvoke(JRun RequestDis patcher.ja va:286)
at jrun.servlet.ServletEngine Service.di spatch(Ser vletEngine Service.ja va:543)
at jrun.servlet.http.WebServi ce.invokeR unnable(We bService.j ava:172)
at jrunx.scheduler.ThreadPool $ThreadThr ottle.invo keRunnable (ThreadPoo l.java:428 )
at jrunx.scheduler.WorkerThre ad.run(Wor kerThread. java:66)
It appears it cannot find either the framset or run servelet which are part of birt-viewer. Anyone knows how to correct this so I can launch the report? t appears I am pretty close now.
http://localhost:8300/birt-viewer/frameset?__report=test.rptdesign&sample=my+parameter
/birt-viewer/frameset
java.io.FileNotFoundExcept
at jrun.servlet.file.FileServ
at jrun.servlet.ServletInvoke
at jrun.servlet.JRunInvokerCh
at jrun.servlet.JRunRequestDi
at jrun.servlet.ServletEngine
at jrun.servlet.http.WebServi
at jrunx.scheduler.ThreadPool
at jrunx.scheduler.WorkerThre
It appears it cannot find either the framset or run servelet which are part of birt-viewer. Anyone knows how to correct this so I can launch the report? t appears I am pretty close now.






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
When you deployed BIRT, did you give JRun "/birt-viewer/" as the context root?
Microsoft IIS Web Server
--
Questions
--
Followers
Top Experts
IIS is Internet Information Services, the web server included with Windows Server operating systems. All current versions are built on a modular architecture; modules can be added or removed individually so that those required for specific functionality are installed. The full installation of IIS includes HTTP, security, content, compression, caching, logging and diagnostics.