As par the steps mention in document to Install BIRT Engine it seems it can be used as a stand alone Web Application. But I want like to use BIRT with my existing Web Application, how can I do so ? Any idea ?
Following are the steps I have copied from documentation just for reference
Installation Steps
* Download the BIRT Report Engine Runtime zip file.
* Unzip the file to your computer.
* Go to the location where you unzipped the runtime zip file and locate the WebViewerExample folder.
* Copy the WebViewerExample folder to your Tomcat webapps directory. Feel free to rename the viewer to whatever you'd like. For this example, we'll rename the WebViewerExample "BIRT-viewer".
* If you already have Tomcat running, restart it. Otherwise, startup Tomcat.
* To be sure the viewer has been installed correctly, go to the following URL in your preferred browser:
http://localhost:8080/manager/html.
* If you see BIRT-viewer listed as an application, you've deployed it correctly, continue by clicking on the viewer link. If you don't see it, repeat the above steps.
* You will see a page confirming that you installed the viewer correctly with an option to "View Example". Click that. If you do not see this page, repeat the previous steps.
* You should see a simple report example if your viewer is working correctly.