I just added the following to web.xml.
<init-param>
<param-name>checkInterval</param-name>
<param-value>1</param-value>
</init-param>
<init-param>
<param-name>development</param-name>
<param-value>true</param-value>
</init-param>
--- "Caldarale, Charles R" <[EMAIL PROTECTED]> wrote:
> > From: Mon Cab [mailto:[EMAIL PROTECTED]
> > Subject: Re: JSP Reload problem (wierd)
> >
> > Also, It looks like Tomcat is already configured to
> > reload the jsp's. (below is from the server.xml file).
>
> The config for jsp handling is in conf/web.xml, not server.xml. Look
> at
> the various attributes for the jsp servlet, and see if they match the
> behavior you're looking for. In particular, examine the values for
> checkInterval, modificationTestInterval, and development. (This is
> for
> 5.5; 5.0.28 should be similar, but I haven't had a 5.0 level
> installed
> for quite some time to verify.)
>
> - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE
> PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the
> e-mail
> and its attachments from all computers.
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: [email protected]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]