Re: Reg JSP changes

2008-05-07 Thread Mark Thomas
Avadhut wrote: Can anybody tell me how does tomcat come to know that JSP has changed from since last. What is the mechanism to track the changes in JSP for Tomcat JSP container? Timestamp on the file. Mark - To start a new

RE: Reg JSP changes

2008-05-07 Thread Avadhut
, (ID: 5964) Persistent Systems Ltd. Ext.: (3023) 6757 -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 07, 2008 2:20 PM To: Tomcat Users List Subject: Re: Reg JSP changes Avadhut wrote: Can anybody tell me how does tomcat come to know that JSP has

RE: Reg JSP changes

2008-05-07 Thread Peter Crowther
From: Avadhut [mailto:[EMAIL PROTECTED] Also what if I am developing on x machine and the time is lesser than that of deployment machine then what will happen if I put changed JSP with lesser timestamp that deployment machine The deployment machine may not notice the changed JSP. This is

Re: Reg JSP changes

2008-05-07 Thread Roland Brassous (SILOGIC)
Hi, Another solution, after each deployment, clean the work directory. This directory is used by tomcat in order to evaluated changes. Roland Peter Crowther a écrit : From: Avadhut [mailto:[EMAIL PROTECTED] Also what if I am developing on x machine and the time is lesser than that of