I am looking for the most standard and lightweight way to persist some properties 
about a web application across restarts of the web
application or the entire server.
Something like the ServletContext.setAttribute() method, but with the persistence 
ability that you get from Http sessions would be
perfect.
I am using this for a management servlet that can indicate to load balancing software 
that traffic needs to be directed away from a
given tomcat instance when it's in a certain state, and the management servlet needs 
to remember what state it was last in when it's
application is restarted. Because it's used in monitoring I don't want any 
dependancies on external data stores other than simple
file system.

Thanks

Steph






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to