I also encounter the problem b4, but what i did is just add some comment to my java source file and compile it again to increase the file size. eventually Tomcat detect the changes of file size and reload the class. This also work with JSP file.
-----Original Message----- From: Ba:ak Aksan [mailto:[EMAIL PROTECTED] Sent: 26 December 2003 8:48 PM To: [EMAIL PROTECTED] Subject: tomcat cache problem Hi, I am new in the list, I tried to make a search on the subject in the previous mails of the list, however I could not find where to do it. So, apologies if the problem is addressed before. I have a cahce problem in the following working environment: redhat linux 9.0 jakarta tomcat 4.1.27 When I change a class, the change cannot be seen until I erase the contents of work/standalone folder and shutdown & restart tomcat. I was able to solve the same problem on suse linux 8.1 and windows 2000 prof. by adding server.xml the line <Context path="" docBase="ROOT" debug="0" reloadable="true"/> in Host. However it does not work here. Any ideas will be greatly appreciated. Thanks in advance. Basak --------------------------------- Do you Yahoo!? Yahoo! Photos - Get your photo on the big screen in Times Square --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
