On 24.Apr.2002 -- 08:54 AM, [EMAIL PROTECTED] wrote:
> 
> Christian Haul says:
> > On 23.Apr.2002 -- 01:20 PM, [EMAIL PROTECTED] wrote:

> Thanks, yes that makes sense.  However when I use "serverpages" I get
> a class not found (BTW, I'm using JDK 1.3.1 and Tomcat 4.0.1).  I'd
> sure like to have this working!  Sorry if I'm missing something
> obvious.
> 
> org.apache.cocoon.components.language.LanguageException: Could not load class for 
>program 'org/apache/cocoon/www/docs/myfile_xml' due to a 
>java.lang.ClassNotFoundException: org.apache.cocoon.www.docs.myfile_xml

Looks like there is a problem with your XSP or - if any - your
logicsheets. There should be another message telling you exactly what
went wrong. Cocoon is very verbose on errors so sometimes one doesn't
spot the root cause.

Your XSP will be transformed to a java file, here
org/apache/cocoon/www/docs/myfile_xml.java and then compiled to
org/apache/cocoon/www/docs/myfile_xml.class
(paths relative to $TOMCAT/work/localhost/cocoon/....)

        Chris.

-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to