[jboss-cvs] JBossAS SVN: r95509 - projects/jboss-jca/trunk/doc/userguide/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 23 10:20:02 EDT 2009


Author: jesper.pedersen
Date: 2009-10-23 10:20:02 -0400 (Fri, 23 Oct 2009)
New Revision: 95509

Modified:
   projects/jboss-jca/trunk/doc/userguide/en/modules/running.xml
Log:
[JBJCA-199] Command line interface

Modified: projects/jboss-jca/trunk/doc/userguide/en/modules/running.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en/modules/running.xml	2009-10-23 14:18:13 UTC (rev 95508)
+++ projects/jboss-jca/trunk/doc/userguide/en/modules/running.xml	2009-10-23 14:20:02 UTC (rev 95509)
@@ -34,7 +34,7 @@
      <para>Once the container has started you should see a log entry like</para>
 
      <programlisting>
-13:33:10,999 INFO  [Main] Server started in 1192ms
+13:33:10,999 INFO  [Main] Server started in 941ms
      </programlisting>
 
      <para>in the console where the command was executed.</para>
@@ -42,4 +42,39 @@
    </section>
 
 
+   <section id="cli">
+      <title>Command line interface</title>
+
+      <para>The JBoss JCA container can be controlled by a command line interface.</para>
+
+      <section id="cli_deploy">
+        <title>Deploy</title>
+
+        <para>You can deploy a resource adapter archive (.rar) using</para>
+
+        <programlisting>
+java -jar jboss-jca-fungal-cli.jar deploy &lt;file&gt;
+        </programlisting>
+
+        <para>where <code>file</code> specifies the resource adapter archive.</para>
+
+      </section>
+
+      <section id="cli_undeploy">
+        <title>Undeploy</title>
+
+        <para>You can undeploy a resource adapter archive (.rar) using</para>
+
+        <programlisting>
+java -jar jboss-jca-fungal-cli.jar undeploy &lt;file&gt;
+        </programlisting>
+
+        <para>where <code>file</code> specifies the resource adapter archive.</para>
+
+      </section>
+
+
+   </section>
+
+
 </chapter>




More information about the jboss-cvs-commits mailing list