Deploy Birt Report in Jetty Server
1 – Downloading
You can download Jetty from two sources: Eclipse or Codehaus.
https://www.eclipse.org/jetty/download.html
2 - Simply uncompress the file to a directory.
3 – Running Jetty
Open a terminal. Go to the Jetty installation directory. Enter the following command:
$ java -jar start.jar
Now open a browser and go to localhost to check if Jetty was installed sucessfully:
http://localhost:8080/
Deploy Birt Report in Jetty
- Unzip the BIRT Reports runtime archive.
- Copy the WebViewerExample folder to the webapps folder of the Tomcat server.
- Rename the WebViewerExample folder to birt
- Your BIRT Reports viewer application is accessible at http://localhost:8080/birt/.