You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Nadia Kunkov <na...@parkerglobal.com> on 2004/06/02 16:32:45 UTC

Tomcat 5.0.24 can't see third party packages!

I have posted this before and got some pointers but still it didn't help.  I narrowed the problem down and it is reflected in the new subject.
I run Tomcat5.0.24 on Fedora Core 1.  I have a jsp site that works without a problem on a Red Hat 9 box with Tomcat 4, but when I ran it on Fedora and Tomcat 5.0.24 I get the following error:

org.apache.jasper.JasperException: Unable to compile class for JSP

An error occurred at line: -1 in the jsp file: null

Generated servlet error:
    [javac] Compiling 1 source file

/var/tomcat5/work/Catalina/localhost/WebTest/org/apache/jsp/someJsp_jsp.java:15: package com.crystaldecisions.sdk.occa.report does not exist
import com.crystaldecisions.sdk.occa.report.*;
^
1 error

I have about 5 jar files containing com.crystaldecisions.sdk.occa.report.* in  /var/tomcat5/webapps/WebTest/WEB-INF/lib 
I have all other jsp working all of them reference packages that are defined locally. 
com.crystaldecisions.sdk.occa.report.*  is a third party package and that is what kills my app. I have seen a posting with the same exact question but there were no responses.

I would appreciate any help.
Thanks in advance
N.K.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org