You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Rajeshwar Rao.V" <ra...@erunway.com> on 2001/06/27 07:17:04 UTC

How getAttribute() of ServletContext works with Tomcat?

Hi all,
I have an Object which I want bind with some name in Tomcat environment.
so that I can use getAttribute(name) of ServletContext in all servlets of
particular context.
But where can i specify this in Tomcat...
I know that set/get Attribute methods are useful when we want to share
single object for many servlets within the single context.
Please do help..
-raj-