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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 6 12:16:12 EST 2009


Author: jesper.pedersen
Date: 2009-11-06 12:16:11 -0500 (Fri, 06 Nov 2009)
New Revision: 96115

Modified:
   projects/jboss-jca/trunk/doc/userguide/en/modules/configuration.xml
   projects/jboss-jca/trunk/doc/userguide/en/modules/running.xml
Log:
[JBJCA-207] Basic documentation for the web server

Modified: projects/jboss-jca/trunk/doc/userguide/en/modules/configuration.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en/modules/configuration.xml	2009-11-06 16:44:31 UTC (rev 96114)
+++ projects/jboss-jca/trunk/doc/userguide/en/modules/configuration.xml	2009-11-06 17:16:11 UTC (rev 96115)
@@ -39,5 +39,32 @@
 
    </section>
 
+   <section id="webserver">
+      <title>Web server</title>
 
+      <para>The JBoss JCA project features a web server which is used to serve web archive deployments.</para>
+
+      <para>The configuration is done in the</para>
+
+      <programlisting>
+config/bootstrap/web.xml
+      </programlisting>
+
+      <para>file.</para>
+
+      <para>The <code>port</code> property specifies which port the web server will be running on. Default port
+        is 8080.</para>
+
+      <para>The web server can be removed from the environment by removing the reference to <code>web.xml</code>
+        in</para>
+
+      <programlisting>
+config/bootstrap.xml
+      </programlisting>
+
+      <para>file.</para>
+
+   </section>
+
+
 </chapter>

Modified: projects/jboss-jca/trunk/doc/userguide/en/modules/running.xml
===================================================================
--- projects/jboss-jca/trunk/doc/userguide/en/modules/running.xml	2009-11-06 16:44:31 UTC (rev 96114)
+++ projects/jboss-jca/trunk/doc/userguide/en/modules/running.xml	2009-11-06 17:16:11 UTC (rev 96115)
@@ -39,6 +39,14 @@
 
      <para>in the console where the command was executed.</para>
 
+     <para>After the container has started you can browse to</para>
+
+     <programlisting>
+http://localhost:8080
+     </programlisting>
+
+     <para>to view the project documentation and use the administration console.</para>
+
    </section>
 
 




More information about the jboss-cvs-commits mailing list