Reg JSP changes

2008-05-07 Thread Avadhut
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?

 

 

Thanks  Regards,
Avadhut M. karambelkar 
Team Lead, Persistent Systems Ltd. 



 


DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.


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 topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Reg JSP changes

2008-05-07 Thread Avadhut
What is the actual mechanism that tracks the timestamp
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


 
Thanks  Regards,
Avadhut M. karambelkar 
Team Lead, (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 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 topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


DISCLAIMER
==
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.

-
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: 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 reported fairly 
frequently - and in these days of simple NTP synchronisation, I really don't 
understand why!

- Peter

-
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: 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 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 reported fairly 
frequently - and in these days of simple NTP synchronisation, I really don't 
understand why!

- Peter

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]