I am working on Jakarta Tomcat
(Catalina).
I call a servlet from Applet and provide a simple
functionality.
Now I want to extend my servlet functionality and
for that I want my servlet to be loaded only once.
All I actually want is that I want the servlet to
be loaded only once and it should remain loaded
till I want to unload it through the
applet.
|