A) Via JMX-console
- find jboss.system:service=MainDeployer
- invoke listDeployed – find something like:
org.jboss.deployment.DeploymentInfo@d78e875f { url=file:/C:/jboss-3.2.3/server/default/deploy/tap.ear }
- copy the url, go back and invoke Redeploy with the url (file:/C:/…) as the parameter.
B) From the command line
The operations that can be invoked via the JBoss JMX console can also be invoked by the cmd line client <jboss home>/bin/twiddle.
C) Manually
Modify application.xml (or web.xml for .war) of the application if deployed in the expload mode (or modify/touch/ the .ear?)