Thorsten, Try looking in the directory /usr/local/tomcat/work/
This is where Tomcat keeps all the servlets made from each JSP page. If you delete the files in this directory, it will force the engine to recreate the servlet next time a JSP page is called up. Benjamin Chambers Point Clark Networks -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of CMO - Thorsten Mitschele Sent: Friday, January 25, 2002 4:47 AM To: Cobalt Developer List Subject: [cobalt-developers] Java Server Pages reread / restart Hi, some of our customers are using the Java Development Kit 1.3 for using JSP and Servlets. The Problem is, that if we delete a servlet or modify it, that the tomcat-engine just founds the servlet even if it's deleted. We think that the Servlets are being cached by the system. But how and where can we tell Tomcat to reread the servlets faster or to not cache them? Any help or suggestions will be nice Mit freundlichen Gr��en, Thorsten Norman Mitschele Gesch�ftsf�hrer ---------------------------------------------- CMO Internet Dienstleistungen GmbH Postfach 13 35 72577 Dettingen / Erms Tel: 07123 / 72 67-0 Fax: 07123 / 72 67-150 e-Mail: [EMAIL PROTECTED] Web: http://www.cmo.de _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
