On Fri, Nov 25, 2011 at 4:36 PM, Konstantin Kolinko
<knst.koli...@gmail.com> wrote:
> 2011/11/26 Benson Margulies <bimargul...@gmail.com>:
>> I'm fairly certain that I know the answer to the question here, but I
>> want to pose it just in case I've missed something.
>>
>> In a web application, I'd like to store a bit of data without
>> configuring a database, or, indeed anything that has to be edited into
>> an XML file or typed into a container-level gui. As far as I know, the
>> entire servlet/webapp spec has nothing for me here, since the Snoracle
>> thinking was that this sort of thing was the job of JEE descriptors.
>>
>> Have I missed something all these years?
>>
>
> Define "store". What is proposed lifetime of that information?

Forever. Sorry about the snide vendor remark. I have to think about
whether redeployment is good enough. Is that ServletContext.TEMPDIR
guaranteed to stick around across container reboots as long as the app
isn't specifically redeployed?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to