You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Reinhard Poetz <re...@apache.org> on 2004/06/08 10:04:00 UTC

Re: [ANN] - Using JCS as Object Cache for OJB

Antonio Gallardo wrote:

>Hi:
>
>I wrote a wiki page that explain how to configure Apache JCS as Object
>Cache for OJB in Cocoon 2.1.5:
>
>http://wiki.cocoondev.org/Wiki.jsp?page=UsingOJBWithJCS
>
>I hope, it is interesting to you. :-D
>  
>

Thanks for this tutorial!

One question about logging: Cocoon is currently shipped with Log4J as 
default. OJB uses its own logger. JCS uses its own logger. Is there a 
way to unify all those mechanisms and to have _one_ logging target?

-- 
Reinhard


Re: [ANN] - Using JCS as Object Cache for OJB

Posted by Antonio Gallardo <ag...@agssa.net>.
Reinhard Poetz dijo:
> One question about logging: Cocoon is currently shipped with Log4J as
> default. OJB uses its own logger. JCS uses its own logger. Is there a
> way to unify all those mechanisms and to have _one_ logging target?

I agree. I think, the answer is commons-logging. I know there were
recently discussions about that. At first sight, I was in favor of log4j.
Now I think the best we can use is LogKit. LogKit is more oriented to
servlets than Log4j.

I will contact JCS people to know how to use LogKit in JCS.

Best Regards,

Antonio Gallardo