[
https://jira.jboss.org/jira/browse/JBASM-37?page=com.atlassian.jira.plugi...
]
Shelly McGowan updated JBASM-37:
--------------------------------
Changes from JBAS-7825 required a change to how shutdown is done. -s or --server no
longer supported as described in JBQA-3269.
--- src/main/java/org/jboss/jbossas/servermanager/ServerController.java (revision 102652)
+++ src/main/java/org/jboss/jbossas/servermanager/ServerController.java (working copy)
@@ -240,8 +240,7 @@
}
String execCmd = manager.getJavaExecutable() + " -cp " +
manager.getStopClasspath() + " ";
- execCmd = execCmd + SHUTDOWN_CLASS + " --server " +
server.getServerUrl();
- execCmd = execCmd + strAuth +" --shutdown";
+ execCmd = execCmd + SHUTDOWN_CLASS + strAuth +" --shutdown";
return execCmd;
}
change "thread dump" capability as needed due to changes in
JBAS-7825
---------------------------------------------------------------------
Key: JBASM-37
URL:
https://jira.jboss.org/jira/browse/JBASM-37
Project: JBoss AS Server Manager
Issue Type: Task
Reporter: Scott Marlow
Assignee: Shelly McGowan
Fix For: 1.0.4.GA
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira