cancel
Showing results for 
Search instead for 
Did you mean: 

How do I run a JSP in BOXIr3.1 on Windows

former_member960295
Discoverer
0 Kudos

Hi, I am trying to run a JSP to purge data from selected reports, got from this community. I do not know anything about running JSP. I followed a basic lesson and was able to create and run a "Welcome" JSP from the Tomcat root folder. However this Purge_data JSP does not work from there as it calls InfoStore and ReportEngines etc. Please advise how I can run this JSP.

I am running BOXIr3.1 on Windows.

(I have also tried running a java version of this JSP but get stuck on the same issues of accessing the necessary classes etc, so would prefer to use the JSP if possible).

thanks, Beth

former_member960295
Discoverer
0 Kudos

Hi Michael, I have already wasted a lot of time on that "digging", to not much avail. I even added the libraries from the Developer SDK Guide to classpath, but still no joy. I am not familiar with JSP or Java, so I am probably doing something subtly wrong but have no idea what. Hence seeking assistance so I do not have to very painfully re-invent the wheel.

Accepted Solutions (0)

Answers (1)

Answers (1)

mgrackin
Contributor
0 Kudos

Beth, your application is missing the JAR libraries for the BusinessObjects software. They need to be included in your web application.

I recommend doing some digging on the internet to find information on how to create a web application. Also, check for SAP BusinessObjects documentation for the Java SDK. It will tell you where to find the JAR files for BusinessObjects which are installed with the software.