jboss:shutdown and jboss:start hanging on
+ pause.
Location of JBoss home (i.e. where JBoss is installed on your
- local drive. Example: c:/jboss-3.0.4.
+ local drive. Example: c:/jboss-3.2.2.
- URL at which an http get will deploy a target. Default value is + URL at which an http get will deploy a target. +
+
+ Default value for JBoss 3.0 is
http://${maven.jboss.hostname}:${maven.jboss.port}/jmx-console/HtmlAdaptor?action=invokeOpByName&name=jboss.system:service%3DMainDeployer&methodName=deploy&argType=java.lang.String&arg=
+ Default value for JBoss 3.2 is
+ http://${maven.jboss.hostname}:${maven.jboss.port}/jmx-console/HtmlAdaptor?action=invokeOpByName&name=jboss.system:service%3DMainDeployer&methodName=deploy&argType=java.net.URL&arg0=
+
- URL at which an http get will undeploy a target. Default value is + URL at which an http get will undeploy a target. +
+
+ Default value for JBoss 3.0 is
http://${maven.jboss.hostname}:${maven.jboss.port}/jmx-console/HtmlAdaptor?action=invokeOpByName&name=jboss.system:service%3DMainDeployer&methodName=undeploy&argType=java.lang.String&arg=
+ Default value for JBoss 3.2 is
+ http://${maven.jboss.hostname}:${maven.jboss.port}/jmx-console/HtmlAdaptor?action=invokeOpByName&name=jboss.system:service%3DMainDeployer&methodName=undeploy&argType=java.net.URL&arg0=
+