thanks. I'll give that a try. It's probably the reason why it does work with
Tomcat, as Tomcat uses the global classpath...

Jeroen T. Wenting
[EMAIL PROTECTED]

Murphy was wrong, things that can't go wrong will anyway

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Christian Sell
> Sent: Friday, November 17, 2000 10:20
> To: Orion-Interest
> Subject: Re: JetSpeed
>
>
> > 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