Reference from Birt WebSphere Deployment.
But, if use WebSphere 6.1,just need to download BIRT 2.2.2 runtime.
Then, do step 8 and 9.
8. Next, to deploy the application in WebSphere we need to create an ear file which contains an application.xml file, an example is shown at the end of this page.1. In the same directory where the birt.war file is create a META-INF directory and in this directory create the application.xml file shown below.
9. Now create the ear file which will be deployed to WAS 6.0.1.0;
1. cd \birt-runtime\
2. jar -cvf birtTestEAR.ear META-INF/* birt.war


