On Wed, 26 Sep 2001, Mark Lim wrote:
> How do folks generally shutdown james in a production (UNIX) environment?
I had the following from the avalon-dev list:
#!/bin/bash
fuser -k /usr/local/avalon/logs/phoenix.log
It's nicer, you don't have to store the James pid in advance.
The catch is that, I believe, you'd bring down all other Avalon apps (if
any) with it.
The latest Avalon support starting up/shutting down the blocks, so I think
it's just a matter of time before James supports the selection of services
(SMTP, POP, IMAP) to be run. I believe that it could be controllable via
the remote manager.
> Does it handle signals gracefully or is there a preferred mechanism?
I have the repositories in a database. So I don't think there would be any
problem. Sure, having a graceful shutdown would be nicer.
Oki
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]