Re: jsp modifications not visible after tomcat restart?

2007-10-03 Thread Nikil Pandey
, October 2, 2007 8:04:47 AM Subject: Re: jsp modifications not visible after tomcat restart? hi sometimes, delete /work dir at catalina_home helps, but i have the same problems sometimes. Something like the server doesnot recognize, that tha file changed and need recompile. regards Szabi 2007/10

jsp modifications not visible after tomcat restart?

2007-10-02 Thread loredana loredana
I remember something like this happened to me a couple of years back but don't remember how I solved it. I run a tomcat 6 and I have a jsp file within an application. I remember that if I do a modification in a jsp file I don't have to restart tomcat, it's enough to copy the jsp file in the

Re: jsp modifications not visible after tomcat restart?

2007-10-02 Thread Szabolcs Márton
hi sometimes, delete /work dir at catalina_home helps, but i have the same problems sometimes. Something like the server doesnot recognize, that tha file changed and need recompile. regards Szabi 2007/10/2, loredana loredana [EMAIL PROTECTED]: I remember something like this happened to me a

RE: jsp modifications not visible after tomcat restart?

2007-10-02 Thread Caldarale, Charles R
From: loredana loredana [mailto:[EMAIL PROTECTED] Subject: jsp modifications not visible after tomcat restart? I remember that if I do a modification in a jsp file I don't have to restart tomcat, it's enough to copy the jsp file in the webapps/appfolder/ and refresh in browser. well