Posted By:
Keren_Ettinger
Posted On:
Monday, February 18, 2002 08:27 AM
Hi!
I want to limit the number of servlets that servlet container manages.
I allready defined several servlets with certain names.I want servlet container to invoke only(!!) those servlets(according to a supplied servlets names list).
If someone else will add someday his own servlet, I dont want to invoke it.
Please help.
Thanks.