Bill, thank you, this entry in server.xml indeed caused some serialization debugging output (except I put debug="99").
-Sasha On 8/27/03 0:07, "Bill Barker" <[EMAIL PROTECTED]> wrote: > It looks like you have to explictly configure the Manager to get this info: > <Context path="/myapp" docBase="myapp"> > <Manager debug="1" /> > </Context> > > Note: I haven't tested this, and only spent about a minute looking at the > code, so this may not work. > > "Sasha Borodin" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> Where do I have to up the debug level to get some error/debug/trace > messages >> for session serialization when I reload a context? >> >> I'm having an issue with Struts ActionForm's bound to a session becoming >> null after a context/container reload, but I see no messages in >> localhost_log_<date>.txt or catalina.out/err >> >> Thank you very much. >> >> -Sasha > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
