Link to home
Create AccountLog in
Microsoft IIS Web Server

Microsoft IIS Web Server

--

Questions

--

Followers

Top Experts

Avatar of kshah82
kshah82

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.

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
Avatar of BSSupportBSSupport

Link to home
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Create Account

Avatar of kshah82kshah82

ASKER

So what does standalone CF run on?
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.

Avatar of kshah82kshah82

ASKER

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.FileNotFoundException: /birt-viewer/frameset
      at jrun.servlet.file.FileServlet.service(FileServlet.java:349)
      at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
      at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
      at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
      at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
      at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
      at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
      at jrunx.scheduler.WorkerThread.run(WorkerThread.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.

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

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

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.