You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Andrea Tironi <An...@saga.it> on 2004/09/13 12:14:12 UTC

JBoss, Jetspeed, Log4j

Good day to all.

I have install jboss 3.2.5 and jetspeed 1.5.

I start jboss.
When jetspeed starts, the jboss and jetspeed logging process switch from 
console to jetspeed.log file.

I want Jboss and Jetspeed log on console.

So, i try to change 
        log4j.rootLogger = INFO, jetspeed
in jetspeed_root\web-inf\log4j.properties to
        log4j.rootLogger = INFO, jetspeed, stdout

but i have a loop on console.

Someone know a solution?

Thanks

Andrea