[jboss-cvs] JBoss Messaging SVN: r6706 - in trunk/examples/javaee: hajndi and 5 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 7 10:44:13 EDT 2009


Author: jmesnil
Date: 2009-05-07 10:44:13 -0400 (Thu, 07 May 2009)
New Revision: 6706

Modified:
   trunk/examples/javaee/ejb-jms-transaction/readme.html
   trunk/examples/javaee/hajndi/readme.html
   trunk/examples/javaee/jca-config/readme.html
   trunk/examples/javaee/jms-bridge/readme.html
   trunk/examples/javaee/mdb/readme.html
   trunk/examples/javaee/servlet-transport/readme.html
   trunk/examples/javaee/xarecovery/readme.html
Log:
added link to quick start guide about installing JBoss Messaging in JBoss AS 5

Modified: trunk/examples/javaee/ejb-jms-transaction/readme.html
===================================================================
--- trunk/examples/javaee/ejb-jms-transaction/readme.html	2009-05-07 14:43:35 UTC (rev 6705)
+++ trunk/examples/javaee/ejb-jms-transaction/readme.html	2009-05-07 14:44:13 UTC (rev 6706)
@@ -22,7 +22,7 @@
 
      <h3>JBoss AS configuration</h3>
      
-     <p>Please refer to JBoss Messaging documentation to deploy it for JBoss AS 5 <span class="missing-doc">add a link to the doc</span></p>
+     <p>Please refer to JBoss Messaging Quickstart guide to <a href="../../../docs/quickstartguide/en/html_single/index.html#installation.jboss">install it in JBoss AS 5<a></p>
      
      <h3>Database configuration</h3>
 

Modified: trunk/examples/javaee/hajndi/readme.html
===================================================================
--- trunk/examples/javaee/hajndi/readme.html	2009-05-07 14:43:35 UTC (rev 6705)
+++ trunk/examples/javaee/hajndi/readme.html	2009-05-07 14:44:13 UTC (rev 6706)
@@ -30,7 +30,7 @@
 
      <p>To run the example, you need to download JBoss AS 5.x and create a clustered configuration for JBoss Messaging.</p>
 
-     <p>Please refer to JBoss Messaging documentation to deploy it for JBoss AS 5 <span class="missing-doc">add a link to the doc</span></p>
+     <p>Please refer to JBoss Messaging Quickstart guide to <a href="../../../docs/quickstartguide/en/html_single/index.html#installation.jboss">install it in JBoss AS 5<a></p>
      
      <p>To run this example, we will need two clustered profiles, one for each server instance:</li>
      <li>Copy the directory <code>$JBOSS_HOME/server/all-with-jbm2</code> to <code>$JBOSS_HOME/server/all-with-jbm2_2</code></li>

Modified: trunk/examples/javaee/jca-config/readme.html
===================================================================
--- trunk/examples/javaee/jca-config/readme.html	2009-05-07 14:43:35 UTC (rev 6705)
+++ trunk/examples/javaee/jca-config/readme.html	2009-05-07 14:44:13 UTC (rev 6706)
@@ -130,12 +130,11 @@
      <p>Refer to the <i>Resource Adapter</i> Chapter on the <i>JBoss Messaging Documentation</i> for more information about configuring the ra.xml properties.
             
      <p>You may choose to deploy multiple JBossMessaging Resource adapters on the same application server, for example if you are connecting to different JBM servers and if you wish to have a higher control of properties on each server you are connecting to. You will be able to determine which rar you are using individually at each <i>MDB</i> and <i>ConnectionFactory</i> as specified before here. Just copy the directory jms-ra.rar in your application as any other name with the extension .rar and use that file name at your deployments.</p>
+
+     <p>Please refer to JBoss Messaging Quickstart guide to <a href="../../../docs/quickstartguide/en/html_single/index.html#installation.jboss">install it in JBoss AS 5<a></p>
      
      <h2>Please follow these steps to configure the example:</h2>
      <ol>
-     <li>Define the property JBOSS_HOME pointing to the root of a JBoss 5.1 distribution</li>
-     <li>Create a JBoss messaging clustered profile by typing <code>ant</code> int the <code>AS</code> directory off the root of
-     the JBoss Messaging distribution. This will create a server profile called <code>$JBOSS_HOME/server/default-with-jbm2</code>.</li>
      <li>Copy the directory <code>$JBOSS_HOME/server/default-with-jbm2</code> to <code>$JBOSS_HOME/server/default-with-jbm2_2</code>.</li>
      <li>Start the first server with <code>./run.sh -c default-with-jbm2</code></li>
      <li>Start the second server with <code>./run.sh -c default-with-jbm2_2 -Djboss.service.binding.set=ports-01</code></li>
@@ -145,7 +144,7 @@
      <p><i>To deploy the example, simply type <code>ant deploy</code> from this directory **</i></p>
      <p><i>To run the example, simply type <code>ant</code> from this directory</i></p>
      <p><i>To undeploy the example, simply type <code>ant undeploy</code> from this directory **</i></p>
-     <p><i> ** make sure that JBOSS_HOME is set to the Jboss installation directory</i></p>
+     <p><i> ** make sure that JBOSS_HOME is set to the JBoss installation directory</i></p>
      <br>
      <ol>
         <li>First we need to get an initial context so we can look-up the JMS connection factory and destination objects from JNDI. This initial context will get it's properties from the <code>jndi.properties</code> file in the directory <code>config</code></li>

Modified: trunk/examples/javaee/jms-bridge/readme.html
===================================================================
--- trunk/examples/javaee/jms-bridge/readme.html	2009-05-07 14:43:35 UTC (rev 6705)
+++ trunk/examples/javaee/jms-bridge/readme.html	2009-05-07 14:44:13 UTC (rev 6706)
@@ -26,7 +26,7 @@
          
      <h3>JBoss AS configuration</h3>
      
-     <p>Please refer to JBoss Messaging documentation to deploy it for JBoss AS 5 <span class="missing-doc">add a link to the doc</span></p>
+     <p>Please refer to JBoss Messaging Quickstart guide to <a href="../../../docs/quickstartguide/en/html_single/index.html#installation.jboss">install it in JBoss AS 5<a></p>
 
      <h3>JBoss Messaging configuration</h3>
 

Modified: trunk/examples/javaee/mdb/readme.html
===================================================================
--- trunk/examples/javaee/mdb/readme.html	2009-05-07 14:43:35 UTC (rev 6705)
+++ trunk/examples/javaee/mdb/readme.html	2009-05-07 14:44:13 UTC (rev 6706)
@@ -10,6 +10,11 @@
      <p>
          The example will send deploy a simple MDB and demonstrate sending a message and the MDB consuming it
      </p>
+     
+     <h2>JBoss AS configuration</h2>
+     
+     <p>Please refer to JBoss Messaging Quickstart guide to <a href="../../../docs/quickstartguide/en/html_single/index.html#installation.jboss">install it in JBoss AS 5<a></p>
+     
      <h2>Example step-by-step</h2>
      <p><i>To deploy the example, simply type <code>ant deploy</code> from this directory **</i></p>
      <p><i>To run the example, simply type <code>ant</code> from this directory</i></p>

Modified: trunk/examples/javaee/servlet-transport/readme.html
===================================================================
--- trunk/examples/javaee/servlet-transport/readme.html	2009-05-07 14:43:35 UTC (rev 6705)
+++ trunk/examples/javaee/servlet-transport/readme.html	2009-05-07 14:44:13 UTC (rev 6706)
@@ -7,6 +7,13 @@
      <h1>Java EE Servlet Example</h1>
      <br>
      <p>This example shows you how to configure and use servlet transport with JBoss Messaging.</p>
+     
+     <h2>JBoss AS configuration</h2>
+
+     <p>Please refer to JBoss Messaging Quickstart guide to <a href="../../../docs/quickstartguide/en/html_single/index.html#installation.jboss">install it in JBoss AS 5<a></p>
+  
+     <h2>Example configuration</h2>
+        
      <p>
          JBoss Messaging supports different transports through configuration. In fact JBoss Messaging provides a set of
          simple SPI that allow new transports can be plugged in easily. In this example, netty's servlet transport is 
@@ -16,11 +23,12 @@
 
          <ol>         
          <li>Create a servlet</li>
-            There is a servlet for this example under config. Please take a look at config/jms-servlet/WEB-INF/web.xml for 
+            There is a servlet for this example under config. Please take a look at 
+            <code>${JBOSS_HOME}/server/default-with-jbm2/config/jms-servlet/WEB-INF/web.xml</code> for 
             details of the servlet configuration. The servlet is used to accept requests and send response. Before using servlet 
             transport, the servlet need to be deployed to the AS 5.
             
-         <li>Add servlet connector/acceptor entries in deploy/messaging.sar/jbm-configuration.xml</li>
+         <li>Add servlet connector/acceptor entries in <code>${JBOSS_HOME}/server/default-with-jbm2/deploy/messaging.sar/jbm-configuration.xml</code></li>
             The corresponding connector/acceptor need to be configured to tell JBoss Messaging to use netty servlet transport.
             The configure looks like:
             <p>
@@ -63,9 +71,7 @@
      </ol>
      </p>
      <h2>Example step-by-step</h2>
-     <p><em>To run the example, first you need to install a JBoss AS 5 server and set JBOSS_HOME environment accordingly.
-     Then you need to create a AS server profile with JBoss Messaging service, and start AS with that profile.</p>
-     From this directory, type <code>ant deploy</code> to deploy resources in the application server (including the WAR).</br >
+     <p><em>From this directory, type <code>ant deploy</code> to deploy resources in the application server (including the WAR).</br >
      Type <code>ant</code> to run the example.<br />
      Finally type <code>ant undeploy</code> to undeploy the example resources from the application server.</em></p>
      

Modified: trunk/examples/javaee/xarecovery/readme.html
===================================================================
--- trunk/examples/javaee/xarecovery/readme.html	2009-05-07 14:43:35 UTC (rev 6705)
+++ trunk/examples/javaee/xarecovery/readme.html	2009-05-07 14:44:13 UTC (rev 6706)
@@ -20,7 +20,7 @@
 
      <h3>JBoss AS configuration</h3>
      
-     <p>Please refer to JBoss Messaging documentation to deploy it for JBoss AS 5 <span class="missing-doc">add a link to the doc</span></p>
+     <p>Please refer to JBoss Messaging Quickstart guide to <a href="../../../docs/quickstartguide/en/html_single/index.html#installation.jboss">install it in JBoss AS 5<a></p>
      
      <h3>XA Recovery configuration</h3>
      




More information about the jboss-cvs-commits mailing list