]
Rob Stryker updated JBIDE-14073:
--------------------------------
Fix Version/s: 4.5.0.Alpha1
(was: 4.4.x)
add remote deployment feature as EAP6 CLI does to JBDS.
-------------------------------------------------------
Key: JBIDE-14073
URL:
https://issues.jboss.org/browse/JBIDE-14073
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: server
Reporter: Gary Hu
Assignee: Rob Stryker
Labels: UHG
Fix For: 4.5.0.Alpha1
EAP6 CLI provides feature to do remote deployment:
bin/jboss-cli.sh --connect --controller="127.0.0.1:9999" --command="deploy
../tmp/sample.war" --user="User"
Is it possible to have such feature available in JBDS?