It can take up to 15 seconds (default) for Tomcat to poll for changes to
class files.  The frequency of how often Tomcat checks can be changed via
the Loader checkInterval property in the containing Context node.  Ensure
Context.reloadable and Loader.reloadable are not set to false; they are true
by default.

I am uncertain whether or not JSP files are included in this particular
check or if there is another layer elsewhere.  But a good guideline is to
wait for at least 60 seconds before testing newly uploaded JSP files.

Sean Dockery
[EMAIL PROTECTED]
Certified Java Web Component Developer
Certified Delphi Programmer
SBD Consultants
http://www.sbdconsultants.com
----- Original Message -----
From: "Sven Köhler" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 13, 2003 07:52
Subject: Re: AW: modified jsp-files and jasper2


> > The web.xml file has settings for reloading jsp pages you might have to
> > change the settings you have there.  Also your browser might be caching
> > the pages so you can also turn off browser caching.
> >
> > For jasper settings see the docs
> > http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper-howto.html
>
> Thx for the Hint, but the reloading-paramter defaults to true, and i
> haven't set it to false.
>
> I called it a "weired" problem, because it sometimes works, sometimes it
> doesn't. Even partially for some pages it works, for others it doesn't.
>
> My client (which uploads jsp-pages via ftp) calls me one day, and it
> works perfectly after restarting tomcat, and two days later (nobody
> touched any options) and it doesn't work anymore :-(
>
> I'm using Tomcat 4.1.18 under Linux.
>
> Thx
>    Sven
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to