Is this a Linux O/S?
If so, do you have an init script that does the shutdown. If it's
Linux I assume so, because the alternative would be a kill signal.
So, to do this in Linux I stored my username and password in file
which only root can read, then I have these added to the geronimo.sh
script's arguments. Something like:
/path/to/geronimo/bin/geronimo.sh stop --user
`</path/to/username.file` --password `</path/to/password.file`
Quintin Beukes
On Fri, Oct 16, 2009 at 7:21 AM, jithesh <
pm_jithesh@...> wrote: