Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 46516 invoked from network); 15 Nov 2000 10:58:09 -0000 Received: from daimi.au.dk (130.225.16.1) by locus.apache.org with SMTP; 15 Nov 2000 10:58:09 -0000 Received: from default (lissi-03 [130.225.18.207]) by daimi.au.dk (8.11.1/8.11.1) with SMTP id eAFAw8I37832181 for ; Wed, 15 Nov 2000 11:58:08 +0100 (MET) Message-ID: <002001c04ef3$082d9b80$0960fea9@default> From: "Per Steffensen" To: Subject: Sv: NoClassDefFoundError using new Processor Date: Wed, 15 Nov 2000 11:58:41 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Now I use Jakarta Tomcat but I still get ClassNotFound errors. It is = like Tomcat does not use CLASSPATH at all - the only way I can get = things to work is to copy alle *.jar files to the \jre\lib\ext = library. It is very stupid - please help me solving this problem. I use = Win98. Thanx Per Steffensen >Per Bering Steffensen wrote: >>I want to make my own Processor - MyProcessor. I make a AbstractActor >>subclass. I compile it (goes ok) and puts the path to the class-fil in >>my CLASSPATH, sets the processor up in cocoon.properites. >> >>Now when I invoke cocoon I get the error message: >>java.lang.RuntimeException: Error creatig MyProcessor: make sure the >>needed classes can be found in the classpath >>(org/apache/cocoon/framework/AbstractActor) >>... >> >>The exception must come because AbstractActor cannot be found. But it = is >>on my classpath - else MyProcessor would not have compiled. > >Not necessarily. Some servlet engines ignore the CLASSPATH environment=20 >variable. Maybe you have an older version of Cocoon in your servlet = engine=20 >classpath?