Cato,
this will give your data object application scope:
getServletConfig().getServletContext.setAttribute(Object key, Object value);
getServletConfig().getServletContext.getAttribute(Object key);
Matt Goss

"Cato, Christopher" wrote:

> Hello...
>
> On Linux, how can I from a servlet set a variable (like a flag, indicating
> that a certain userid is locked for writing) so that it is persistent and
> can be read from the other servlets in it's context??
>
> And, assuming there is a way to do this, how do I later destroy this
> variable?
>
> This is on RedHat 6.2, JDK 1.3, TomCat <recent>, Apache.
>
> /Christopher Cato
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
begin:vcard 
n:Goss;Matt
tel;fax:919-657-1501
tel;work:919-657-1432
x-mozilla-html:FALSE
url:www.rtci.com
org:RTCI;Custom Solutions
adr:;;201 Shannon Oaks Circle;Cary;NC;27511;US
version:2.1
email;internet:[EMAIL PROTECTED]
title:Web Developer
fn:Matt
end:vcard

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

Reply via email to