Thank you Kathy, I will give that a try.

--Nathan

>-----Original Message-----
>From: Kathy Vance [mailto:[EMAIL PROTECTED]
>Sent: Friday, August 06, 2004 8:16 AM
>To: JRun-Talk
>Subject: Re: Problems with JSPs finding packaged classes
>
>I have a solution for this after searching for user mailing
>list on Crystal Reports web iste.
>
>Unjar the jars you needed, delete manifest files, then rejar
>them, put them in JRun lib directory. It works.
>
>For your info,
>
>Kathy
>--- Nathan Mische <[EMAIL PROTECTED]> wrote:
>
>> I am trying to set up a web application on JRun 4 for
>Crystal Reports'
>> Java Reporting Components. This webapp has several packages in the
>> WEB-INF/lib directory, however JRun can't seem to find them when
>> compiling my JSPs. For example, if a JSP page tries to
>import a class
>> like so:
>>
>> <%@ page
>>
>import="com.crystaldecisions.report.web.viewer.CrystalReportViewer"%>
>>
>> I get the following error:
>>
>> *** Error:
>>
>"com/crystaldecisions/report/web/viewer/CrystalReportViewer"
>> is either a misplaced package name or a non-existent entity.
>>
>> If I extract the jars to the WEB-INF/classes folder the app seems to
>> work, but should I need to do this? (I actually set this same app up
>> on Tomcat, and it runs fine without having to expand the WEB-INF/lib
>> jar files in the WEB-INF/classes directory.)
>>
>> I'm fairly new to JRun, so any help would be greatly appreciated.
>>
>> TIA
>>
>> --Nathan
>>  
>>
>>
>________________________________
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to