Re: enforcing serialization of session attributes

2006-05-03 Thread Darryl Miles
Maybe you need to have: ...SNIP... In your META-INF/context.xml or maybe the above is needed only in newer version of 5.5.x. Darryl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

enforcing serialization of session attributes

2006-05-03 Thread Chris Nappin
Hi, We're using Tomcat 5.5.9 on our development PCs because it closely replicates our chosen production environment (JBoss 4.0.2). What we would like to do is configure Tomcat to enforce that all session variables must be Serializable, so any development errors are caught early and not during