Henk wrote:
Hi,

is there a component that I can use to execute system commands on the server or (even better) on a remote server via ssh/rexec ?

Currently you can use the Groovy component to execute system commands on the machine running the ServiceMix JVM...

// this is Groovy
def text = "ls -al".execute().text
println text

See here for more details
http://servicemix.org/Groovy

Another option would be to use the Ant/Jelly components (when they are completed)
http://jira.logicblaze.com/jira/browse/SM-32
http://jira.logicblaze.com/jira/browse/SM-4

--

James
-------
http://radio.weblogs.com/0112098/

Reply via email to