Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Deploying Birt eclipse reports using Tomcat 5.5
Suvrow
I have tried deploying birt eclipse reports using tomcat 5.5, but the problem is that all my reports are not running, only the sample reports that have come with the sample application webviewer-example are running
Version of birt-eclipse repoet designer is "birt-report-designer-all-in-one-2_3_1_1.zip"
Version of Birt runtime is birt-runtime-2_3_0
Version of apachi tomcat is apache-tomcat-5.5.27
These are the steps that i have performed in deployin the reports
1. Downloaded birt report designer along with birt runtime
2. Unzipped the zip file & extracted it in a staging area
3. Located the "Web Viewer Example" directory
4. Copied the Web Viewer Example directory to the webapps directory of your Tomcat installation. For ease of reference, renamed the directory to "birt-viewer".
5. Copied additional files to the same directory (iText and prototype.js). Then restarted Tomcat.
6. Added the JDBC drivers in the directory birt-viewerWEB-INFplatformpluginsorg.eclipse.birt.report.data.oda.jdbcdrivers.
after performing all these steps i copied my reports in the Web Viewer Example folder & typed the url for the reports & the reports are not running giving me an error as "There is no report design object available"
Find more posts tagged with
Comments
RajdeepSen
1. Put your reports (abc.rptdesign) in directory Tomcat 5.5webappsbirt-viewerreport
2. Restart Tomcat
3. Type url like, "
http://localhost:8080/birt-viewer/frameset?__report=Reportabc.rptdesign"
;
I guess it will work.