[jboss-as7-dev] CLI deploy/undeploy in standalone and domain

Jaikiran Pai jpai at redhat.com
Tue May 3 08:46:13 EDT 2011


Looks great!

The doc mentions that undeploying an app from only a specific subset of 
server groups is done as follows:

undeploy test-deployment.sar --server-groups=other-server-group 
--keep-content

and without the --keep-content the command is going to fail since some 
other server group requires the deployment.

How about making the --keep-content as default in cases like these where 
there are some server groups refering to that deployment? That way the 
user doesn't have to explicitly keep passing that param. Additionally, 
we can then improve the return message letting the user know that the 
content wasn't discarded.


-Jaikiran
On Monday 02 May 2011 03:17 PM, Alexey Loubyansky wrote:
> This is what's currently implemented
> http://community.jboss.org/wiki/DeployAndUndeployWithTheCLI
>
> As usually, suggestions are welcome.
>
> Thanks,
> Alexey
> _______________________________________________
> jboss-as7-dev mailing list
> jboss-as7-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev



More information about the jboss-as7-dev mailing list