Hi,<br />
<br />
I have two separate projects birt(which contains birt report design files) and mywebapp(main application) in Eclipse.<br />
I used the below url to access birt reports inside jsp page which is present in mywebapp.<br />
<br />
url = "/birt/preview?__report=report/sample/newReport.rptdesign&repHeight="+125+"&repWidth="+200+"&newWin="+0+"&repTitle="+"" ;;<br />
<br />
<br />
Now,I need to integrate birt with mywebapp,(i.e,there should not two separate projects,it has to be combined into one project)<br />
<br />
I am using BIRT 2.3.1 and Tomcat 5.<br />
<br />
I looked at the url - <a class='bbc_url' href='
http://onjava.com/pub/a/onjava/2006/07/26/deploying-birt.html?page=3'>Deploying BIRT - O'Reilly Media</a> but could not match my scenario.<br />
<br />
Could you please suggest how to integrate birt reports inside mywebapp(like what are the jars to be placed,changes to be made in the mywebapp - web.xml file,changes to be done in the urls that is used to access report) <br />
<br />
<br />
Thanks