You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Jeff Turner <je...@socialchange.net.au> on 2000/11/09 04:55:31 UTC

[C1][BUG] WEB-INF/classes packages not found

Hi,

Possible bug in 1.8dev (from CVS a few days ago). Classes in
WEB-INF/classes are not found from XSP pages (but they are from
servlets/JSP pages). I'm using Tomcat3.2b6.

The simplest test is to make a WEB-INF/classes/Foo.java class, and try to
instantiate it from an XSP page.

I've put a 6kb demo .war file at:
http://kenny.socialchange.net.au/~jeff/cocoonbug/cocoonbug.war

I'd appreciate it if someone could give it a try and see if it's a general
bug.

I'm poking through the C1 source, but there's no obvious leads. The
classpath (java.class.path) property has no bearing on the problem, as it
doesn't include WEB-INF/classes anyway.

--Jeff