Re: application scope beans persistence

2005-12-02 Thread Tim Funk
Application scope is not persisted across restarts. Sessions can be persisted across restarts. But sessions which contain non-serializable attributes will not be persisted. (Because they can't be serialized) -Tim Khawaja Shams wrote: Hello all, I am wondering when the application/sessio

application scope beans persistence

2005-12-02 Thread Khawaja Shams
Hello all, I am wondering when the application/session scoped beans are reset. Very often, when I restart tomcat, these variables remain unaffected, but at other times, they are reset. Can someone tell me how I ensure that these are reset/not reset? I am using tomcat with netbeans. Thanks in