Re: Reloading .jsp-Pages

2002-09-20 Thread Glenn Nielsen
FYI, Tomcat 4.1.x comes with Jasper 2. Jasper 2 can now detect and recompile pages that use compile time includes. Regards, Glenn [EMAIL PROTECTED] wrote: > reloadble="true" attribute is used to auto-reload jsp pages when they have > changed. But you have to remember a key point when you are

RE: RE: Reloading .jsp-Pages

2002-09-18 Thread jon wingfield
MAIL PROTECTED]] Sent: 17 September 2002 14:32 To: Tomcat User Help Subject: RE: RE: Reloading .jsp-Pages The problem arent the includes, its the jsp-page itself. its no browser-cache-problem (i've deleted the cache before reloading). the timestamp of the jsp-file is definitly younger than

Re: Reloading .jsp-Pages

2002-09-18 Thread RSEQUEIRA
List" <[EMAIL PROTECTED]> 09/18/02 09:02 AMcc: Please respond to Subject: Re: Relo

Re: Reloading .jsp-Pages

2002-09-18 Thread RSEQUEIRA
reloadble="true" attribute is used to auto-reload jsp pages when they have changed. But you have to remember a key point when you are including a jsp in another jsp page: If you use the "<%@ include %>" directive to include , remember that the include happens at compile time rather than request

RE: RE: Reloading .jsp-Pages

2002-09-18 Thread Miguel Angel Mulero Martinez
: RE: Reloading .jsp-Pages ... and if you are only changing included files then touch the jsp doing the include -Original Message- From: Dominik Jednoralski [mailto:[EMAIL PROTECTED]] Sent: 17 September 2002 13:47 To: Tomcat User Help Subject: RE: RE: Reloading .jsp-Pages thats t

RE: RE: Reloading .jsp-Pages

2002-09-18 Thread Dominik Jednoralski
d the server. guess: still from server-cache... i guess the 'reloadable'-switch doesnt work for some reason... -Ursprüngliche Nachricht- Von: jon wingfield [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 18. September 2002 15:21 An: Tomcat Users List Betreff: RE: RE: Reloa

RE: RE: Reloading .jsp-Pages

2002-09-18 Thread jon wingfield
... and if you are only changing included files then touch the jsp doing the include -Original Message- From: Dominik Jednoralski [mailto:[EMAIL PROTECTED]] Sent: 17 September 2002 13:47 To: Tomcat User Help Subject: RE: RE: Reloading .jsp-Pages thats the point: it doesn't reco

RE: RE: Reloading .jsp-Pages

2002-09-18 Thread Barney Hamish
Jednoralski [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 17, 2002 2:47 PM > To: Tomcat User Help > Subject: RE: RE: Reloading .jsp-Pages > > > thats the point: it doesn't recompile even if the files where updated. > isn't there a switch to force tomcat to always r

RE: RE: Reloading .jsp-Pages

2002-09-18 Thread Felipe Schnack
eptember 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 delet

RE: RE: Reloading .jsp-Pages

2002-09-18 Thread Dominik Jednoralski
s 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 r

RE: Reloading .jsp-Pages

2002-09-18 Thread Barney Hamish
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:

RE: Reloading .jsp-Pages

2002-09-18 Thread Miguel Angel Mulero Martinez
Sorry! I mistake the message. This answer isn't for this question. Sorry again. -Mensaje original- De: Miguel Angel Mulero Martinez [mailto:[EMAIL PROTECTED]] Enviado el: miercoles, 18 de septiembre de 2002 12:13 Para: Tomcat Users List Asunto: RE: Reloading .jsp-Pages There'

RE: Reloading .jsp-Pages

2002-09-18 Thread Miguel Angel Mulero Martinez
.jsp-Pages sorry: yes, i am. -Ursprungliche Nachricht- Von: Robert L Sowders [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 18. September 2002 11:56 An: Tomcat Users List Betreff: Re: Reloading .jsp-Pages Are you using widows? "Dominik Jednoralski" <[EMAIL PROTECTED]>

Re: Reloading .jsp-Pages

2002-09-18 Thread Robert L Sowders
Are you using widows? "Dominik Jednoralski" <[EMAIL PROTECTED]> 09/17/2002 02:43 AM Please respond to "Tomcat Users List" To: "Tomcat User Help" <[EMAIL PROTECTED]> cc: Subject:Reloading .jsp-Pages Hey, I've a problem with reloading my jsp-pages. tomc