1 / 18

Beginner’s Guide for BIRT and PHP

BIRT can be use to display multiple reports, as it is user-friendly and comes with easy deployment process. It Supports different type of charts which can make your reports more appealing, attractive and more presentable.

Download Presentation

Beginner’s Guide for BIRT and PHP

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Beginner’s Guide for BIRT and PHP Presented by, PINNOVE Plot #47, 4th floor, Daga Layout, Gandhi Nagar, Nagpur - 440010 Ph: +91-7122243156 | Email: info@pinnove.com | Website : www.pinnove.com

  2. Install Tomcat • Download XAMPP from here: https://www.apachefriends.org/download.html • Start XAMPP and go to XAMPP Control Panel. • 3. Start Tomcat service. • 4. Test Tomcat:http://localhost:8080/ If you get a webpage, then you have tomcat ready for Birt

  3. Install BIRT Design Tool : • Birt Designer is a visual report development tool with task-specific editors, builders and wizards that enable you to create data visualizations that can be integrated into web applications.  • Download the BIRT Report Design Tool, from here: • http://download.eclipse.org/birt/downloads/

  4. Install BIRT Report Viewer The BIRT Runtime contains three different packages: The Report Engine, the exploded Sample Viewer WAR, and the Sample Viewer WAR. Your choice of package will depend on your deployment scenario. You can find more details here: http://www.eclipse.org/birt/documentation/integrating/viewer-setup.php Download the BIRT Report Viewer: http://download.eclipse.org/birt/downloads/#runtime

  5. Deploy the BIRT Viewer application. Follow these steps: a. Download the zip file with the BIRT report engine runtime. The file is named birt-runtime-version#.zip b. Unzip the file in a staging area c. Look under the birt-runtime- directory and locate the "Web Viewer Example" director. d. Copy the “Web Viewer” Example directory to the <XAMPP ROOT>\tomcat\webapps directory of your Tomcat installation. For ease of reference, rename the directory “Web Viewer” to "birt-viewer". e. Restart Tomcat. f. Review the Tomcat manager application to check that the viewer is deployed: http://localhost:8080/manager/html

  6. g. Verify that birt-viewer is listed as an application, then click on the birt-viewer link. A page confirming that the BIRT viewer has been installed should be displayed. Click on the link labeled "View Example" to confirm that your installation is working properly. A note about client configuration: The BIRT Viewer requires that cookies be enabled on your browser. Follow steps below on Firefox to enable cookies: a. click the menu button and choose Options. Preferences. b. Go to Privacy Panel c. Set Firefox will: to Use custom settings for history. d. Check mark Accept cookies from sites to enable cookies, and uncheck to disable. Note: Cookies are enabled by default in Firefox

  7. Install JDBC Drivers 1. You may download drivers from mysql site here: https://dev.mysql.com/downloads/connector/j/ 2. Add the jar files for your JDBC drivers to the Viewer. Copy the driver from the following directory: Path for Windows Jar File: <XAMPP-ROOT>\tomcat\webapps\birt-viewer\WEB- INF\lib

  8. BIRT JDBC Driver Location Note - If you are installing BIRT 2 series the driver needs to be copied to birt-viwer\ReportEngine\plugins\org.eclipse.birt.report.data.oda.jdbc_yourVersion\drivers directory. If you are installing BIRT 3.7 or higher, the jdbc driver should be placed in the WebViewer'sclasspath (eg WEB-INF/lib). 4. If you choose to put the Viewer into some other location, you'll need to use a context entry within the server.xml file to indicate the deployment location. See Tomcat documentation for details.

  9. Verify BIRT Installation 1. Check if BIRT is integrated with Tomcat or not. You can check using the following steps a. Open tomcat and create the User (i.e) go on the Manager App.

  10. b. Click on “Manager App” you will get a window prompt for login. If you got a username and password proceed with the login or create username and password, go to next step.

  11. c. Open XAMPP control panel, go to Tomcat -> Config -> tomcat-user.xml

  12. d. It will open the tomcat-user.xml file, where you can create username and password for admin & manager.

  13. e. After creating the username and password for both the users, try login with Manager App credentials.

  14. f. Successful Login. You will come across the tomcat web application manager window. Follow the next step go to BIRT.

  15. g. After you click on BIRT, you will get a message BIRT viewer has been installed. Here’s where you are confirmed BIRT is successfully integrated with Tomcat. h. Check for the Example (i.e) displaying a report. Below is the sample view of a report.

  16. Finish Here’s you BIRT is ready to integrated and ready to use with any project. You can display multiple reports with BIRT, as it is user-friendly and comes with easy deployment process. It Supports different type of charts which can make your reports more appealing, attractive and more presentable.

  17. THANK YOU

More Related