Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "FAQ/Developing" page has been changed by KonstantinKolinko:
http://wiki.apache.org/tomcat/FAQ/Developing?action=diff&rev1=15&rev2=16

Comment:
Correct links. s/6.0/7.0/

  <<Anchor(Q4)>>
  ==== How do I change the monitoring interval for modified resources and 
application reloading? ====
  
- Monitoring interval for application reloading is controlled by the 
`backgroundProcessorDelay` property on `Context` element or on its parent 
containers: `Host` and `Engine`. See 
[[http://tomcat.apache.org/tomcat-6.0-doc/config/index.html|Tomcat 
Configuration Reference]] for details. By default there is a single background 
processing thread that is run by Engine. See its 
[[http://tomcat.apache.org/tomcat-6.0-doc/config/engine.html|configuration]] 
for the default delay value.
+ Monitoring interval for application reloading is controlled by the 
`backgroundProcessorDelay` property on `Context` element or on its parent 
containers: `Host` and `Engine`. See 
[[http://tomcat.apache.org/tomcat-7.0-doc/config/index.html|Tomcat 
Configuration Reference]] for details. By default there is a single background 
processing thread that is run by Engine. See its 
[[http://tomcat.apache.org/tomcat-7.0-doc/config/engine.html|configuration]] 
for the default delay value.
  
- Interval that controls reloading of the changed JSP pages is set in the 
[[http://tomcat.apache.org/tomcat-6.0-doc/jasper-howto.html|Jasper 
configuration]] in `web.xml`.
+ Interval that controls reloading of the changed JSP pages is set in the 
[[http://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html|Jasper 
configuration]] in `web.xml`.
  
  ----
- [[CategoryFAQ|CategoryFAQ]]
+ [[CategoryFAQ]]
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to