> The error is as stated "could not find package in import:
> org.apache.cocoon.*, org.w3c.dom.*, etc...).
> I tried putting all jars in /orion/lib, <web-app>/WEB-INF/lib and even
> putting them all in both locations.
> It happens when accessing XSP only (as far as I can tell), the frontpage
> displays correctly for example.

the above problem arises when the java compiler is called on a XSP-generated
source file (XSP is Cocoons equivalent to JSP, and Jetspeed uses Cocoon).
This is done by forking a new process which does not inherit the (implicit)
classpath of your web app. You will have to put all the jars required for
the compile somewhere in the global classpath

HTH


Reply via email to