Thanks for the reply.
I am also using a library of other files. If I unzip them into WEB-INF/classes then
they are found ok (but not a practical approach). But when I put the jar in
WEB-INF/lib then I get the dreaded NoClassDefFoundErroras a jar file it just isn't
found.
Could this be sym
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>
> Hi,
>
> I'm deploying Cocoon as a war file (within an ear file).
> My own sitemap.xmap file contains references to self-written
generators but
> when I try and access my files through a browser the sitemap cannot
find them,
> therefore can
Digging deeper I can see that my own Generator extends (and imports)
org.apache.cocoon.generation.ServletGenerator, as follows
public class MyGenerator extends org.apache.cocoon.generation.ServletGenerator
implements org.apache.avalon.excalibur.pool.Recyclable {
So the NoClassDefFound er
Hi,
I'm deploying Cocoon as a war file (within an ear file).
My own sitemap.xmap file contains references to self-written generators but when I try
and access my files through a browser the sitemap cannot find them, therefore cannot
be compiled, and throws the following error:
java.lang.NoClas