On Mon, Sep 24, 2001 at 09:44:54PM +0200, Steven Noels wrote:
[..]
> java.lang.ClassNotFoundException:
> org.apache.cocoon.transformation.LDAPTransformer
[..]
This came up on the users list. Carsten's reply:
you compiled cocoon 2 with the javax.naming package available,
which results in including the LDAPTransformer into the webapp.
But the package is not included in the WEB-INF/libs directory.
So you can either:
- recompile c2 without access to the package
- remove the line for the LDAPTransformer from the sitemap.xmap file
- Add a jar containing these packages to the WEB-INF/libs dir.
--Jeff
> </Steven>
> http://outerthought.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]