Hello every one,
I am wondering how to start Jboss from command Java.
Thanks!
Ben
In Java you can use:
jbossProcess = Runtime.getRuntime().exec(...);
and fill in the command you use to start AS (as String).