thelordoftherings
Programmer
Hello,
I am calling a certain Servlet from a JSP page when the page is submitted.
My questio is how can I verify that the Servlet's instance has been "killed" and no longer live so at the next submit I can be sure that a new instance is created and also be sure that this newly created instance is the ONLY ONE at the container?
I am calling a certain Servlet from a JSP page when the page is submitted.
My questio is how can I verify that the Servlet's instance has been "killed" and no longer live so at the next submit I can be sure that a new instance is created and also be sure that this newly created instance is the ONLY ONE at the container?