My project Birt is already configured with pdf as output and to save as output.
I am using strut2 + tomcat + birt reporting with ajax and webservice.
For pdf it is working fine, I need to render the report in HTML. For that I have given
<birt:viewer id="birtViewer"
reportDesign="/reports/Customer Registrations.rptdesign"
pattern="frameset" height="700"
width="950" format="html"
showParameterPage="false">
I have changed pattern="run"
(previously) to pattern="frameset"
(as shown above) and format="pdf"
to format="html"
.
For this the values are not rendering the page layout is changed. (the error below specifies my problem - axis engine could not find a target service to invoke ! targetservice null
I get the following error:
2010-09-25 11:51:23,903 ERROR (EngineConfigurationFactoryServlet.java:162) - Unable to find config file. Creating new servlet engine config file: /WEB-INF/server-config.wsdd