Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RAS with Apache does it work.

Status
Not open for further replies.

08091975

Programmer
Jan 15, 2003
11
0
0
DE
I want to publish the reports on the intranet, for that i installed crystal reports 9 and RAS on the server which has apache and tomcat. the thing is how to integrate Apache server with RAS so that i can generate reports on the web.i have installed CR9 and RAS on my local machine which has IIS its running fine. but i want to do it on the server which has Apache and Tomcat. please can anyone guide me in this aspect how to get RAS integrated with the Apache, so that i can generate reports on the web.

thank you
 
If I am using 4.1.18 LE of Tomcat, this is what I did.

Place JSP in Root.
copy crystalreportviewers under ROOT from common\crystal decision\2.0
Create WEB-INF\lib under ROOT and copy all the jar from common\crystal decision\2.0

copy the web.xml from webwizard folder and modify the uri_image??? section, so virtual directory to crystalreportviewers is set inside this project.

Restart the Tomcat.

If you are not using LE, xerces.jar of crystal and tomcat causes conflict. Place the xerces.jar of crystal in the endorsed folder of the Tomcat.


I hope this helps.





 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top