On Wed, Sep 22, 2004 at 12:15:32PM -0500, Kiran Patel wrote: : I have a web application using tomcat 4.1. I want to access a crystal report. : I have installed crystal report 10. Can I view that from Tomcat 4.1? What : are the configuration steps? I found the instruction for Tomcat 5.0 in the : web, but not for Tomcat 4.1. Please help me.
You'll have to review the Crystal Reports docs to answer that. Specifically: does CR require servlet spec 2.4 features? If not, then Tomcat 4.1.x will be fine. Then it's a matter of assembling a custom web application (or dropping in a vendor-provided WAR file) and following the instructions to get that app running inside Tomcat (e.g. database pooling). -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
