If you have BusinessObjects installed locally or have access to server machine, perform the below steps to test the sample.
- Go to Tomcat Installation Directory. (BusinessObjects Installation Dir\SAP BusinessObjects\Tomcat6)
- Now go to webapps folder in tomcat directory (BusinessObjects Installation Dir\SAP BusinessObjects\Tomcat6\Webapps).
- Create a new application folder within webapps (ex. Test)
- Create a new folder named ‘WEB-INF’ within ‘Test’ Folder. (BusinessObjects Installation Dir\SAP BusinessObjects\Tomcat6\webapps\Test\WEB-INF)
- Copy the ‘lib’ folder from the mentioned location: (BusinessObjects Installation Dir\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\java\lib) and paste it to (BusinessObjects Installation Dir\SAP BusinessObjects\Tomcat6\webapps\Test\WEB-INF \lib)
- Copy all the jars files from: (BusinessObjects Installation Dir\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\java\lib\external) and paste it to (BusinessObjects Installation Dir\SAP BusinessObjects\Tomcat6\webapps\Test\WEB-INF \lib)
- Place your all jsp files at the following location (BusinessObjects Installation Dir\SAP BusinessObjects\Tomcat6\webapps\Test\index.jsp)
- Restart tomcat and run the code in browser (http:\\localhost:8080\Test\index.jsp).
As a starting point its best to go through the developers guide available at http://help.sap.com
Direct link to BI 4.0 Platform java sdk guide is
http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_boejava_dg_en.zip
Thanks,
Prithvi