[jboss-cvs] JBoss Messaging SVN: r6545 - trunk/examples/javaee/servlet-transport.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 24 04:43:48 EDT 2009


Author: gaohoward
Date: 2009-04-24 04:43:48 -0400 (Fri, 24 Apr 2009)
New Revision: 6545

Modified:
   trunk/examples/javaee/servlet-transport/readme.html
Log:
improve readme for servlet example


Modified: trunk/examples/javaee/servlet-transport/readme.html
===================================================================
--- trunk/examples/javaee/servlet-transport/readme.html	2009-04-23 18:53:15 UTC (rev 6544)
+++ trunk/examples/javaee/servlet-transport/readme.html	2009-04-24 08:43:48 UTC (rev 6545)
@@ -17,9 +17,10 @@
          <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 
-            details of the servlet configuration. The servlet is used to accept requests and send response.
+            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 jbm-configuration.xml</li>
+         <li>Add servlet connector/acceptor entries in deploy/messaging.sar/jbm-configuration.xml</li>
             The corresponding connector/acceptor need to be configured to tell JBoss Messaging to use netty servlet transport.
             The configure looks like:
             <p>
@@ -144,4 +145,4 @@
 
      </ol>
   </body>
-</html>
\ No newline at end of file
+</html>




More information about the jboss-cvs-commits mailing list