summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/webapps/helloworld-jms/src/main/webapp/META-INF
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/samples/webapps/helloworld-jms/src/main/webapp/META-INF')
-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"