Author: antelder
Date: Thu Feb 21 06:35:59 2008
New Revision: 629799

URL: http://svn.apache.org/viewvc?rev=629799&view=rev
Log:
Update jms helloworld sample to work in tomcat out of the box

Modified:
    incubator/tuscany/java/sca/modules/runtime/pom.xml
    incubator/tuscany/java/sca/samples/helloworld-jms-webapp/README

Modified: incubator/tuscany/java/sca/modules/runtime/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/runtime/pom.xml?rev=629799&r1=629798&r2=629799&view=diff
==============================================================================
--- incubator/tuscany/java/sca/modules/runtime/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/runtime/pom.xml Thu Feb 21 06:35:59 2008
@@ -347,6 +347,11 @@
             <artifactId>commons-io</artifactId>
             <version>1.2</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>activemq-core</artifactId>
+            <version>4.1.1</version>
+        </dependency>
     </dependencies>
 
     <build>

Modified: incubator/tuscany/java/sca/samples/helloworld-jms-webapp/README
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-jms-webapp/README?rev=629799&r1=629798&r2=629799&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-jms-webapp/README (original)
+++ incubator/tuscany/java/sca/samples/helloworld-jms-webapp/README Thu Feb 21 
06:35:59 2008
@@ -35,8 +35,11 @@
 Apache Tomcat
 -------------
 
-Tomcat doesn't by default include a JMS broker so first install Apache 
ActiveMQ into Tomcat:
+No configuration is necessary for Tomcat as the sample WAR includes everything 
pre-configured to run 
+an ActiveMQ embedded JMS broker and to configure the JMS resources in JNDI.
 
+The JNDI resources are configured in the META-INF/comtext.xml file, for more 
information on running
+ActiveMQ in Tomcat see: http://activemq.apache.org/tomcat.html
 
 
 Apache Geronimo



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to