RE: Error when deploying own generator

2002-03-28 Thread Vadim Gritsenko
> 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

Re: Error when deploying own generator [solved]

2002-03-28 Thread Erwin
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

Re: Error when deploying own generator

2002-03-28 Thread Erwin
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

RE: Error when deploying own generator

2002-03-28 Thread Volker Schneider
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

Re: Error when deploying own generator

2002-03-28 Thread Christian Schmitt
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

Error when deploying own generator

2002-03-28 Thread Erwin
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