Tomcat 5 Crystal Reports

2004-08-31 Thread POLO ARAUJO, JAVIER
Hi! I'm triying to configure Tomcat 5 and Crystal Reports. What I want to do is reading from a database to a report made with CR using a Tomcat datasource. The problem is that CR can't find it (using jndi); i get a message saying that CR is unable to find the resource. The datasource is well

Re: Tomcat 5 Crystal Reports

2004-08-31 Thread Antony Paul
Is it possible to install Crystal Reports in Tomcat as a web application ?. Which version of Crystal Reports supports this ?. Antony Paul - Original Message - From: POLO ARAUJO, JAVIER [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 12:32 PM Subject: Tomcat 5

Re: Tomcat 5 Crystal Reports

2004-08-31 Thread John Villar
My recomendation... use JasperReports is WAAAY Powerfull, is open source, and is platform independent. POLO ARAUJO, JAVIER escribi: Hi! I'm triying to configure Tomcat 5 and Crystal Reports. What I want to do is reading from a database to a report made with CR using a Tomcat datasource.

RE: Tomcat 5 Crystal Reports

2004-08-31 Thread Shapira, Yoav
Hola, My guess - http://jakarta.apache.org/tomcat/faq/misc.html#externalJndi. Yoav Shapira Millennium Research Informatics -Original Message- From: POLO ARAUJO, JAVIER [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 3:02 AM To: [EMAIL PROTECTED] Subject: Tomcat 5 Crystal

Re: Tomcat 5 Crystal Reports

2004-08-31 Thread Brent Sims
Use CR version 9+ -- it provides a tag library and supporting files that allow you to include your report in a jsp or servlet. You'll still need an ODBC definition to create the report against but this should not be a problem as long as the ODBC def and the JNDI resource share the same name.