Hi, I have a HTTPServlet that takes up a lot of memory. The servlet is initialized when its web page is opened for the first time. Then, memory consumption of the tomcat process rises by up to 400MB. This amount of memory is never released again, then, even though the servlet's web page is not accessed anymore and there is no activity in the servlet anymore.
I wonder what I can do to make Tomcat unload my servlet after usage automatically. I read in the specs that the decision when a servlet is being unloaded by calling its destroy() method is up to the servlet container. However, it does not seem to unload a servlet at all, even though the complete process becomes very slow and all other servlets running inside the container are affected. Any ideas? Thanks a lot! __________________________________________________ Do You Yahoo!? Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org