Øyvind Harboe wrote: > Right now I'd like to stop the bleeding by configuring Tomcat not to > try to serialize my persistent Tapestry properties, but that appears > easier said than done.... >
That should be possible. See for example: http://forum.java.sun.com/thread.jspa?threadID=772735&messageID=4401886 We do that to run with tomcat session persistence disabled. We have no need for it, no clustering or failover requirements.
