Enabling logging for Struts portal bridges

2005-03-27 Thread Hema Menon
I wanted to enable the logging for struts portal bridges. I added a new log4j category for org.apache.portals with DEBUG level and also added a logfile definition . I find the log file is created but is empty. Forgive my ignorance, but is there some other configurations that I am missing? Any

Re: Enabling logging for Struts portal bridges

2005-03-27 Thread Ate Douma
Hema, The log4j logging configuration *within* jetspeed can/is only be used for *within* the jetspeed context. While the current configuration file still contains definitions for struts, myfaces etc., this is obsolete since we removed the global commons-logging and log4j jars (in

Re: Enabling logging for Struts portal bridges

2005-03-27 Thread Hema Menon
Ate, Thank you so much for clearing that out !!!. You are indeed a lifesaver:) Well, your reply would amount to a newbie FAQ towards logging as far as I am concerned. With logging enabled, I could compare my application's action processing in Jetspeed 2 and 1.6 to see why it is failing in JS1.6.