What you mean? If it doesn't recompile why we have the reloadable option? Anyway, why the need to touch if the file date/time has changed? Shutdown tomcat is just too much. Would be nice if we could send a command to a port to refresh its data.
On Tue, 2002-09-17 at 09:47, Dominik Jednoralski wrote: > thats the point: it doesn't recompile even if the files where updated. > isn't there a switch to force tomcat to always recompile all jsps? > > -----Urspr�ngliche Nachricht----- > Von: Barney Hamish [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 18. September 2002 14:34 > An: 'Tomcat Users List' > Betreff: RE: Reloading .jsp-Pages > > > Usually you need to touch the files updated files somehow after copying them > otherwise tomcat doesn't know that it needs to recompile them. An > alternative is to delete everything in the work directory and restart tomcat > forcing it to recompile all jsps. > Hamsih > > > -----Original Message----- > > From: Dominik Jednoralski [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, September 17, 2002 2:29 PM > > To: Tomcat User Help > > Subject: Reloading .jsp-Pages > > > > > > Hey, > > > > I'm using tomcat 4.0.1 / windows. I've a problem with reloading my > > jsp-pages. > > tomcat simply ignores the changes I've made to them. I added > > the following > > contexts > > in the server.xml-file: > > > > <Context path="/WEB-INF/classes/myWebApp" docBase="myWebApp" debug="0" > > reloadable="true" /> > > and > > <DefaultContext reloadable="true" /> > > > > Anyway, they're still in the servers cache and aren't > > reloaded after an > > update. > > > > Does anyone of you smart guys know how to tell tomcat to > > always recomlpile > > the jsp-files and > > -includes in the MyWebApp-Directory? Thank you... > > > > > > Dominik Jednoralski > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- Felipe Schnack Analista de Sistemas [EMAIL PROTECTED] Cel.: (51)91287530 Linux Counter #281893 Faculdade Ritter dos Reis www.ritterdosreis.br [EMAIL PROTECTED] Fone/Fax.: (51)32303328 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
