> From: Erwin [mailto:[EMAIL PROTECTED]]
>
> On Thu, 28 Mar 2002, Christian Schmitt wrote:
>
> > Erwin,
> > have you tried to put your classes in
> > $TOMCAT_HOME/webapps/cocoon/WEB-INF/classes
> >
> > That's the place where they should be.
> >
> > Hth,
> > Christian
> >
> >
> Tnx for your answe
On Thu, 28 Mar 2002, Erwin wrote:
> On Thu, 28 Mar 2002, Christian Schmitt wrote:
>
> > Erwin,
> > have you tried to put your classes in
> > $TOMCAT_HOME/webapps/cocoon/WEB-INF/classes
> >
> Or do I also have to place all the class files of Cocoon 2 self in that
> classes-directory? (Seems odd to
On Thu, 28 Mar 2002, Christian Schmitt wrote:
> Erwin,
> have you tried to put your classes in
> $TOMCAT_HOME/webapps/cocoon/WEB-INF/classes
>
> That's the place where they should be.
>
> Hth,
> Christian
>
>
Tnx for your answer.
Well, I have tried it after your response. I made a directory "rmit
o the compilation...
Best regards
- Volker -
-Original Message-
From: Erwin [mailto:[EMAIL PROTECTED]]
Sent: Donnerstag, 28. Marz 2002 13:35
To: Cocoon Users mailing list
Subject: Error when deploying own generator
Hi,
I have a program that dynamically generates XML content and to integra
Erwin,
have you tried to put your classes in
$TOMCAT_HOME/webapps/cocoon/WEB-INF/classes
That's the place where they should be.
Hth,
Christian
On Thu, Mar 28, 2002 at 01:35:15PM +0100, Erwin wrote:
> Hi,
>
> I have a program that dynamically generates XML content and to integrate
> it with C
Hi,
I have a program that dynamically generates XML content and to integrate
it with Cocoon 2 I have tried to write my own generator. But every time I
try to test it, I get a java.lang.NoClassDefFoundError:
org/apache/cocoon/generation/AbstractGenerator
I guess it has something to do with an inc