Nope. It's sometimes usefult to read api documentation:

<quote>

There is one context per "web application" per Java Virtual Machine. (A "web
application" is a collection of servlets and content installed under a
specific subset of the server's URL namespace such as /catalog and possibly
installed via a .war file.)
</quote>

regards,

--V.



----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 20, 2001 12:33 PM
Subject: RE: Object Sharing


>
>
>  If I set to context it will confined to single servlet right...
>
>
> -----Original Message-----
> From: Vladimir Grishchenko [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 20, 2001 12:13 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Object Sharing
>
>
> ServletContext.setAttribute()
> ServletContext.getAttribute()
>
> right?
>
> --V.
>
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, September 20, 2001 10:52 AM
> Subject: Object Sharing
>
>
> >
> > Hi
> >
> >   I want to have single instance of x class to be referenced in all the
> > Servlets requests and applied singleton pattern. Right now one instance
> for
> > servlet is created. How can use single instance of X class in all the
> > servlets.
> >
> > Thanks
> >
> > Rajesh
> >
> >
>
>

Reply via email to