admin@glassfish.java.net

Re: how to pass --verbose value to remote command?

From: Bill Shannon <bill.shannon_at_sun.com>
Date: Wed, 04 Nov 2009 10:46:40 -0800

Jennifer Chou wrote on 11/04/09 10:44:
> Hi,
>
> Anybody know how to pass the --verbose value to the remote command?
> For the command "asadmin list-resource-adapter-configs --verbose=true",
> I need the value of verbose in the ListResourceAdapterConfigs AdminCommand.

There is no generic "--verbose" option. If you want one for your command,
define it for your command, just like any other option.