On Sep 22, 2009, at 11:08 AM, [email protected] wrote: > > On a related note, I think that I've seen Resin close the application > and restart it before the next page is requested, even though I don't > remember if that was with previous versions of Resin or depended on > some time out. Could some one from Resin clarify this point?
There's a timeout thread in addition to the request check. A request will force a check (assuming dependency-check-interval has expired). The timeout thread is something slower, like 60s. -- Scott > > > S! > D. > > PS: S! = Salute!, so it's not my name :) > > S'està citant Rom Sok <[email protected]>: > >> Thanks >> >> >> On Tue, Sep 22, 2009 at 12:10 PM, Jeff Schnitzer >> <[email protected]>wrote: >> >>> Hot deployment works fine for me out of the box, but note that Resin >>> doesn't immediately reload the webapp when web.xml or the war >>> changes. >>> You have to actually request a page, then the app will reload. >>> >>> If you change JSP files they are picked up immediately, no reload >>> necessary. >>> >>> Jeff >>> >>> On Tue, Sep 22, 2009 at 7:23 AM, Rom Sok <[email protected]> >>> wrote: >>>> Hi, >>>> >>>> Sorry about the newbie question, do I have to restart Resin every >>>> time I >>>> drop a new version of some file into the deployment directory? >>>> like say >>>> web.xml? >>>> Is there a way to just reload the app without doing the whole >>>> "Stop" - > >>>> "Quit" -> httpd.exe all over again? >>>> >>>> Also, is that what is called hot deployment? Or is there another >>>> term for >>>> redeploying an app without starting the server? >>>> >>>> Thanks, >>>> >>>> >>>> _______________________________________________ >>>> resin-interest mailing list >>>> [email protected] >>>> http://maillist.caucho.com/mailman/listinfo/resin-interest >>>> >>>> >>> >>> >>> _______________________________________________ >>> resin-interest mailing list >>> [email protected] >>> http://maillist.caucho.com/mailman/listinfo/resin-interest >>> >> > > > > ---------------------------------------------------------------- > > > > > > _______________________________________________ > resin-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
