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 <[email protected]> wrote: > > Hi, > > I am using wasce 2.0 as my appserver. I am running it under my wmware > instance. My problem is if I shutdown the wmware instance , the wasce asks > the username and password and waits there. This halts wmware from shutiing > down. Is it possible to disable this feature while shutdown process. > > Thanks > JIthesh PM. > -- > View this message in context: > http://www.nabble.com/Disable-username-password-authentication-while-server-shutdown-tp25919987s134p25919987.html > Sent from the Apache Geronimo - Users mailing list archive at Nabble.com. > >
