summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/webapps/helloworld-jms/src/main/webapp/META-INF/context.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-01 11:19:42 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-10-01 11:19:42 +0000
commit10d9116ecd3a495df59fe3d7cb1fb15e18b3d143 (patch)
tree40e6a4f8e53603ba02fb9592eb69b2cbc9bed6de /java/sca/samples/webapps/helloworld-jms/src/main/webapp/META-INF/context.xml
parentd2c2efbc4efbda3a9547b97be9e80bf1665d8122 (diff)
Minor clean up and comments
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820612 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/samples/webapps/helloworld-jms/src/main/webapp/META-INF/context.xml')
-rw-r--r--java/sca/samples/webapps/helloworld-jms/src/main/webapp/META-INF/context.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/sca/samples/webapps/helloworld-jms/src/main/webapp/META-INF/context.xml b/java/sca/samples/webapps/helloworld-jms/src/main/webapp/META-INF/context.xml
index 2419887413..7575edfc29 100644
--- a/java/sca/samples/webapps/helloworld-jms/src/main/webapp/META-INF/context.xml
+++ b/java/sca/samples/webapps/helloworld-jms/src/main/webapp/META-INF/context.xml
@@ -18,6 +18,11 @@
* under the License.
-->
+<!--
+This file configures the ActiveMQ JMS resources and is only required when
+using Apache ActiveMQ as the JMS broker in Apache Tomcat.
+-->
+
<Context>
<Resource name="ConnectionFactory" auth="Container" type="org.apache.activemq.ActiveMQConnectionFactory" description="JMS Connection Factory"