Re: Cache in tomcat....?????

2001-01-21 Thread kok Pin Lau
Hi, I think you should make the changes to the JSP and then reload the tomcat server. regards, kok pin - Original Message - From: Mick Sullivan <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 22, 2001 2:53 AM Subject: Cache in tomcat? > Hi, > I got my firs

RE: Cache in tomcat....?????

2001-01-21 Thread Craig O'Brien
Make sure that you are not assigning variables via "<%!" which sets static variables which will carry from page to page, user to user. Re-start tomcat as once you instantiate a jsp or servlet it will exist even if the file is deleted. Regards, Craig -Original Message- From: Mick Sulliva