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)
The requested resource (/ReportViewer/frameset) is not available
Javasrini
Hai every experts, <br />
I am new to Birt. i managed to run a sample report in eclipse. But my requirement is to show in a jsp page. Time being im not using any parameter and its a static report. I placed birt.tld in WEB-INF of my project. Also i placed the 4 jars(coreapi,model,viewservlets,com.ibm.icu) in corresponding folder. now when i run the jsp the page title is coming where as the result is like <strong class='bbc'>The requested resource (/ReportViewer/frameset) is not available.</strong> where ReportViewer is my application.<br />
<br />
Please help me to fix this and i guess i had missed some configurations. Thanks in advance.
Find more posts tagged with
Comments
cypherdj
Hello Javasrini,
There are still a couple of things you will need to do. First of all, you will also need to include the viewservlets.jar (I would recommend you look at the required jars in the WebViewerExample, which are held in WEB-INF/lib).
You will also need the WEB-INF/platform folder, which you can get from the WebViewerExample as well.
Finally, you also need to declare the servlets in WEB-INF/web.xml. Again, get this file from the WebViewerExample.
Let me know if this solves your issue,
Regards,
Cedric