You can redeploy a root-level deployment from the jmx-console. Here is how:
Start the JMXConsole
Find the MainDeployer MBean (jboss.system:service=MainDeployer)
Invoke the listDeployedAsString() operation
Find your deployment and copy the URL, e.g.: file:/path/to/jboss-x.x.x/server/default/deploy/http-invoker.sar/invoker.war/
Find MBean operation redeploy() with param url of type java.lang.String, paste the URL as param value and invoke
Referenced by:
Comments