On Tue, 02 Apr 2002 23:35:10 +0200, Gianugo Rabellino <[EMAIL PROTECTED]> wrote:
> Berin Loritsch wrote: > > > Ovidiu, if you built from CVS, then you must have the Servlet.jar > > file included in the lib directory to get that *optional* target. > > >>Logging Error: Could not set up Cocoon Logger, will use screen instead > >>org.apache.avalon.framework.configuration.ConfigurationExcepti > >>on: cannot find LogTargetFactory class > >>org.apache.avalon.excalibur.logger.factory.ServletTargetFactory > > Hmmm... I don't get it. I assume that this has to do with the Excalibur > build, not Cocoon's. The Excalibur jar in CVS is missing that class, so > whoever updates Excalibur jars should make sure that this optional class > is included, this is not a Cocoon build issue. Or am I missing something? Yes, you're right. The Excalibur jar file is missing the ServletTargetFactory class, and that's definitely not an issue with the servlet.jar file (which BTW is there in lib/optional/). Commenting out the second <factory> element in logkit.xconf solves the problem. As it turns out, the "servlet" factory is not even used in the Cocoon logkit setup, so it can be completely removed from this file. Should I commit this file? Ovidiu --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]