On Sat, 2003-03-01 at 20:43, Randall Randall wrote:
Is there a 'normal' way to restart the AppServer from within
a page? Calling self.application().server().restart() doesn't
seem to do it (though it does prevent the page from actually
being served).
I think you should call shouldRestart() instead of restart() -- only the
main thread can initiate the restart, and shouldRestart() asks it to do
so.
Ian
I recall a discussion suggesting that the Auto Reloading app server
should get rolled into AppServer.