Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Birt WebSphere 6.0.0.0 Deployment"

 
 
Line 1: Line 1:
 
Here is what I done to deploy BIRT runtime in WAS:  
 
Here is what I done to deploy BIRT runtime in WAS:  
# Downloaded birt-runtime-2_0_1.zip from the BIRT site and unpack the zip file somewhere.  
+
# Downloaded birt-runtime-2_1_1.zip from the BIRT site and unpack the zip file somewhere.  
 
# Downloaded itext-1.3.jar and prototype.js from the links provided on the BIRT installation page http://www.eclipse.org/birt/phoenix/build/  
 
# Downloaded itext-1.3.jar and prototype.js from the links provided on the BIRT installation page http://www.eclipse.org/birt/phoenix/build/  
# Imported birt.war from birt-runtime-2_0_1 in RSA into new birt & birtEAR projects.  
+
# Imported birt.war from birt-runtime-2_1_1 in RSA into new birt & birtEAR projects.  
 
# Copied itext-1.3.jar to <workspace>/birt/WebContent/plugins/org.eclipse.birt.report.engine.emitter.pdf.  
 
# Copied itext-1.3.jar to <workspace>/birt/WebContent/plugins/org.eclipse.birt.report.engine.emitter.pdf.  
 
# Copied prototype.js to <workspace>/birt/WebContent/ajax/lib. Create the lib folder if necessary.  
 
# Copied prototype.js to <workspace>/birt/WebContent/ajax/lib. Create the lib folder if necessary.  

Latest revision as of 20:51, 13 December 2006

Here is what I done to deploy BIRT runtime in WAS:

  1. Downloaded birt-runtime-2_1_1.zip from the BIRT site and unpack the zip file somewhere.
  2. Downloaded itext-1.3.jar and prototype.js from the links provided on the BIRT installation page http://www.eclipse.org/birt/phoenix/build/
  3. Imported birt.war from birt-runtime-2_1_1 in RSA into new birt & birtEAR projects.
  4. Copied itext-1.3.jar to <workspace>/birt/WebContent/plugins/org.eclipse.birt.report.engine.emitter.pdf.
  5. Copied prototype.js to <workspace>/birt/WebContent/ajax/lib. Create the lib folder if necessary.
  6. Created an empty folder <workspace>/birt/WebContent/logs.
  7. Overwrote <RAD>/runtimes/base_v6/lib/js.jar with <workspace>/birt/WebContent/WEB-INF/lib/js.jar.
  8. Added the project birtEAR to the default WAS 6 test server is RSA.
  9. Use console to change class loader to Parent Last for the web module
  10. Ran index.jsp from birt project on the default server and made sure the application runs fine.

Back to the top