Re: Tomcat compiles JSP on every request! Why?

2006-07-08 Thread Sergei P. Volin
Hassan Schroeder wrote:
 On 7/4/06, Sergei P. Volin [EMAIL PROTECTED] wrote:
 
 I've never seen it before - Tomcat compiles a couple of my JSPs on every
 request! Why? How can it be?
 
 Have you checked whether:
 
 1) some other process is touching them and updating the timestamp
 2) the timestamp is in the future
 
 ? Either of those would do it :-)

It was server clock. It was slow and the time gap was a few days for the
overall server run time!! So once jsps were changed and updated on the
server their timestamps were indeed in future.

Thanks,
Sergei.



-
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: Tomcat compiles JSP on every request! Why?

2006-07-05 Thread Hassan Schroeder

On 7/4/06, Sergei P. Volin [EMAIL PROTECTED] wrote:


I've never seen it before - Tomcat compiles a couple of my JSPs on every
request! Why? How can it be?


Have you checked whether:

1) some other process is touching them and updating the timestamp
2) the timestamp is in the future

? Either of those would do it :-)
--
Hassan Schroeder  [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]



Re: Tomcat compiles JSP on every request! Why?

2006-07-05 Thread Sergei P. Volin
Hassan Schroeder wrote:
 On 7/4/06, Sergei P. Volin [EMAIL PROTECTED] wrote:
 
 I've never seen it before - Tomcat compiles a couple of my JSPs on every
 request! Why? How can it be?
 
 Have you checked whether:
 
 1) some other process is touching them and updating the timestamp
 2) the timestamp is in the future
 
 ? Either of those would do it :-)

Hi Hassan!

I'll look at that tomorrow.
The other thing that I noticed in my server is that the server clock is
15 min slow a day. Can it be the reason?..

Thanks,
Sergei.


-
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: Tomcat compiles JSP on every request! Why?

2006-07-05 Thread Hassan Schroeder

On 7/5/06, Sergei P. Volin [EMAIL PROTECTED] wrote:


 1) some other process is touching them and updating the timestamp
 2) the timestamp is in the future



The other thing that I noticed in my server is that the server clock is
15 min slow a day. Can it be the reason?..


That means that if you drop a changed JSP on the server, it's in the
future for 15 minutes, eh? At least as far as that server's concerned   :-)

Set up NTPD on that server today...

--
Hassan Schroeder  [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]



Re: Tomcat compiles JSP on every request! Why?

2006-07-05 Thread Sergei P. Volin
Hassan Schroeder wrote:
  1) some other process is touching them and updating the timestamp
  2) the timestamp is in the future
 
 The other thing that I noticed in my server is that the server clock is
 15 min slow a day. Can it be the reason?..
 
 That means that if you drop a changed JSP on the server, it's in the
 future for 15 minutes, eh? At least as far as that server's concerned   :-)
Yes. Smth like this can occur...
I'll inspect this more in depth.

 
 Set up NTPD on that server today...
 
I'll do it tomorrow!
I have no access to the server from my home pc :)

Thanks,
Sergei.




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