The main question here is when Tomcat or the JVM decides that a servlet can be
garbage collected.
Objects that I store in a session (shopping carts) are cleaned up perfect.
However, servlets are not cleaned up until I shut down the NT service manually.

In Apache webserver with JServ there is (if my memory serves well) a setting for
the maximum lifetime of a servlet after the last hit (doGet or doPost).
In Tomcat with IIS I don't know how to set this or how it is arranged
"automatically". That's why I asked...

Nico

----- Original Message -----
From: "H.F.N. den Boer" <[EMAIL PROTECTED]>
To: "Tomcat users group" <[EMAIL PROTECTED]>
Sent: Thursday, April 19, 2001 10:42 AM
Subject: Cleaning up servlets


Reply via email to