Re: [Resin-interest] Does dependency-check-interval affect jspchanges?

2009-06-17 Thread Jens Dueholm Christensen
Scott Ferguson wrote: JSP is handled separately and has its own check interval. The concepts are similar, of course, but the actual needs are different enough that it made more sense to configure them separately. Thanks Scott However, as Rob Lockstone points out regarding the jsp

Re: [Resin-interest] Does dependency-check-interval affect jspchanges?

2009-06-17 Thread Rob Lockstone
I'd recommend setting the global dependency-check-interval and the jsp one and not worry about the inheritance aspect. That's what we do and it works fine. What you have below should do what you want. The only change I'd make is to use 60s instead of just 60. I'm not sure if resin assumes

Re: [Resin-interest] Does dependency-check-interval affect jspchanges?

2009-06-16 Thread Shane Cruz
JSP is handled separately and has its own check interval. The concepts are similar, of course, but the actual needs are different enough that it made more sense to configure them separately. Is that only in Resin 3.1 and later or is that also in 3.0? Is the JSP check interval configurable?

Re: [Resin-interest] Does dependency-check-interval affect jspchanges?

2009-06-16 Thread Rob Lockstone
It's not easy to find, but dependency-check-interval is available in 3.0, 3.1, and 4.0. Search for 'dependency-check-interval' on each of these pages. It's in the JSP section. http://caucho.com/resin-3.0/config/webapp.xtp http://caucho.com/resin-3.1/doc/webapp-tags.xtp (4.0 docs)