The JOnAS element contains additional attributes to run the JonasAdmin deployment tool.
Valid actions for the tool are deploy, undeploy, list and update.
You can't use user and password property with this task.
Attribute | Description | Required |
jonasroot | The root directory for JOnAS. | Yes |
orb | Choose your ORB : RMI, JEREMIE, DAVID, ... If omitted, it defaults to the one present in classpath. The corresponding JOnAS JAR is automatically added to the classpath. If your orb is DAVID (RMI/IIOP) you must specify davidhost and davidport properties. | No |
davidhost | The value for the system property : david.CosNaming.default_host . | No |
davidport | The value for the system property : david.CosNaming.default_port . | No |
classname | This is the fully qualified classname of the Java based deployment tool to execute. Default to org.objectweb.jonas.adm.JonasAdmin | No |
Nested Elements
The jonas element supports nested <arg> and <jvmarg> elements.