>>> Shivashankar Krishnan <[EMAIL PROTECTED]> 20-Mar-01 7:11:53 AM
>>>
>Can any one tell me how to clear servlet context
>values.
What do you mean values?
If you mean attributes you should check the API because there's a
rather obvious method:
ServletContext.removeAttribute(String name);
If you mean init values there is, unfortunately, no dynamic way to
alter them. They are considered immutable.
>and also is there any limitations on the
>servlet context i.e. the capacity
The only limitation is your imagination (and your wallet - memory's
getting expensive again).
Nic Ferrier
-----------------
Advert: I am available for employment on javamail or servlet
projects, consultancy or fixed goal basis. Please contact me privately
if you're interested.
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html