Re: Debug tomcat session serialization

2003-08-28 Thread Sasha Borodin
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

Re: Debug tomcat session serialization

2003-08-27 Thread Bill Barker
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

Debug tomcat session serialization

2003-08-26 Thread Sasha Borodin
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