Re: jsp modifications not visible after tomcat restart?
yes, this should force a compilation of the jsp's. i have had that happen before and deletion of work dir followed by a restart loaded the new jsp's. Thank you, Nikil - Original Message From: Szabolcs Márton <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Tuesday, 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/2, loredana loredana <[EMAIL PROTECTED]>: > > 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 > webapps/appfolder/ and refresh in browser. well that doesn't work for me. > Even worse, I can even restart tomcat and the modifications in the jsp are > still not visible. The only way I can see the modification is if I rename > the file. So if have an index.jsp, I modify something in it...refresh the > browser...nothing. I go and rename the index.jsp in index2.jsp then i will > see the modifications. What can cause this behaviour? I thought it's the > browser cache but it's not..cleaned it, even restarted broswer and still > nothing. the only way I can see the modifications is if I rename the file. > Anybody had a similar problem? > > > > > > > > Got a little couch potato? > Check out fun summer activities for kids. > > http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz > > > - > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. http://mobile.yahoo.com/go?refer=1GNXIC
RE: jsp modifications not visible after tomcat restart?
> 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 that > doesn't work for me. Look at the settings for the JSP servlet in conf/web.xml or in your webapp's WEB-INF/web.xml. Have you set development to false? If so, JSPs will not be recompiled automatically when updated. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
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/2, loredana loredana <[EMAIL PROTECTED]>: > > 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 > webapps/appfolder/ and refresh in browser. well that doesn't work for me. > Even worse, I can even restart tomcat and the modifications in the jsp are > still not visible. The only way I can see the modification is if I rename > the file. So if have an index.jsp, I modify something in it...refresh the > browser...nothing. I go and rename the index.jsp in index2.jsp then i will > see the modifications. What can cause this behaviour? I thought it's the > browser cache but it's not..cleaned it, even restarted broswer and still > nothing. the only way I can see the modifications is if I rename the file. > Anybody had a similar problem? > > > > > > > > Got a little couch potato? > Check out fun summer activities for kids. > > http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz > > > - > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
jsp modifications not visible after tomcat restart?
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 webapps/appfolder/ and refresh in browser. well that doesn't work for me. Even worse, I can even restart tomcat and the modifications in the jsp are still not visible. The only way I can see the modification is if I rename the file. So if have an index.jsp, I modify something in it...refresh the browser...nothing. I go and rename the index.jsp in index2.jsp then i will see the modifications. What can cause this behaviour? I thought it's the browser cache but it's not..cleaned it, even restarted broswer and still nothing. the only way I can see the modifications is if I rename the file. Anybody had a similar problem? Got a little couch potato? Check out fun summer activities for kids. http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]