RE: JSPs sometimes don't recompile

2003-02-27 Thread Phillip Qin
Probably it's being cached by your browser. Try close and re-open your browser. Regards, PQ This Guy Thinks He Knows Everything This Guy Thinks He Knows What He Is Doing -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: February 27, 2003 2:44 PM To: [EMAIL

RE: JSPs sometimes don't recompile

2003-02-27 Thread Glenn . P . Brauser
: Subject: RE: JSPs sometimes don't recompile 02/27/2003 02:57 PM

RE: JSPs sometimes don't recompile

2003-02-27 Thread Bill Lunnon
Sounds like a browser cache problem, to get around this, simply add some other parameters to the url (e.g http://foo.com/some_servlet?param=valuedummy=fred) hope this helps Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, 28 February 2003 6:44 AM

Re: JSPs sometimes don't recompile

2003-02-27 Thread Shannon Scott
I've had a similar problem when my clock wasn't set right. I would change a file and upload it to the server, but the changes wouldn't show. Once I reset my clock to the correct time, and uploaded again... the server recognized that the file was newer than the precompiled version, and it was

Re: JSPs sometimes don't recompile

2003-02-27 Thread Mark G.K. Christenson
]To: 'Tomcat Users List' [EMAIL PROTECTED] com cc: Subject: RE: JSPs sometimes don't recompile 02/27/2003 02:57 PM Please respond

Re: JSPs sometimes don't recompile

2003-02-27 Thread Donald Ball
On 2/27/2003 at 2:21 PM Mark G.K. Christenson wrote: I'm assuming it doesn't continue to work if you remove the file and then restart tomcat. If you remove it after it's been compiled and don't restart tomcat, it will continue to work because once the class has been compiled and loaded, it