I am trying to force a redeploy through this command:
asadmin --user $admin deploy --force=true target/arena-puj.ear
but the console output:
[exec] com.sun.enterprise.admin.cli.CommandException: remote failure:
Error during deployment : Application arena-puj already registered;
either specify that redeployment must be forced, or redeploy the
application. : java.lang.Exception: Application arena-puj already
registered; either specify that redeployment must be forced, or
redeploy the application.
???