Oracle Reports & Web Application [message #92050] |
Wed, 18 February 2004 23:59 |
saleem
Messages: 65 Registered: January 2002
|
Member |
|
|
I am using TomCat 4.0. and JBuilder 7 on Windows 2000.
I have made a web report using Oracle 9i Report Builder and it is a jsp. Now, I would like to call(open as a pop up) this report from one of my jsp page in my web application. I have placed reports_tld.jar and rwrun.jar files in /WEB-INF/lib folder. I have also copied taglib.tld in /WEB-INF folder but when I open the pop up i get the error:
- StandardWrapperValve[[debugjsp]]: Servlet.service() for servlet debugjsp threw exception
- javax.servlet.ServletException: oracle/reports/RWException
javax.servlet.ServletException: oracle/reports/RWException
- at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:485)
Regards,
Saleem
|
|
|
|
Re: Oracle Reports & Web Application [message #92447 is a reply to message #92050] |
Wed, 21 July 2004 08:38 |
Saint-Louis Carl Stephan
Messages: 1 Registered: July 2004
|
Junior Member |
|
|
Hi,
i have tried to do the same thing. Until now, i have not reached my goal. But i have already handled the error you are talking about.
You have to include a lot of jar files in the /WEB-INF/lib directory of your application (the jar files that contain all the classes needed to run the report such as RWException). List of jar files is as it follows :
-- bigraphbean.jar
-- ldapjclnt9.jar
-- xrpds90.jar
-- LW_PfjBean.jar
-- repository.jar
-- xschema.jar
-- netcfg.jar
-- rts2.jar
-- vbjorb.jar
-- zrclient.jar
-- jazn.jar
Find those jar files in your reports directory and put them in the WEB-INF/lib directory of your application. Then you will tell me what happened.
|
|
|