When I attempt to deploy a war usig the --force option, it works, but I get this response:
Deprecated syntax, instead use:
asadmin --passwordfile password --host localhost --user admin deploy [options] ...
When using the newer syntax, how do I still specify the --force option? Adding anything other than the .war file after "deploy" results in this message:
Command deploy only accepts one operand
Any ideas?