users@glassfish.java.net

Re: Using password alias from command line not working

From: Tom Mueller <tom.mueller_at_oracle.com>
Date: Fri, 31 Aug 2012 12:42:20 -0500

Typically when using a shell (if on Unix or Linux) it is necessary to
escape the setting of the property. So the command would be

... --property portNumber=3306:password=\${ALIAS=mypassword}:...

Tom