Hello, I have developed a simple BIRT WEB application and successfully deployed on Websphere 7. I developed my WEB app as specified in the Eclipse website below.<br />
<br />
<a class='bbc_url' href='
http://wiki.eclipse.org/Servlet_Example_(BIRT)_2.1'>Servlet Example (BIRT) 2.1 - Eclipsepedia</a> <br />
<br />
But the only problem is my WAR file size is 40MB! According to the above link I have to include BIRT Runtime Lib, Configuration and Plugins (jars) in the WAR file. Plugins jars are too many. Due to this it is taking me long time to deploy my WEB application on to Websphere.<br />
<br />
other option exploring --<br />
I created shared lib on websphere and included this shared library to the deployed BIRT WAR but I am getting OSGI error. -- "Cant startup the OSGI framework". <br />
<a class='bbc_url' href='
http://publib.boulder.ibm.com/infocenter/wasinfo/v5r1//index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/tcws_sharedlib.html'>http://publib.boulder.ibm.com/infocenter/wasinfo/v5r1//index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/tcws_sharedlib.html</a><br />
<br />
I am guess BIRT expect the jars to be present in the WAR file in the same folder structure as specified in the above eclipse link. I am going to explore this option further.<br />
<br />
<br />
Can any one please let me know the better way to develop BIRT WEB application? Any suggestion will be really helpful.<br />
<br />
Thanks.