From c9c939de2a22443fe4af6ef5bba31e88d38e8107 Mon Sep 17 00:00:00 2001
From: Costin Leau <cleau@vmware.com>
Date: Thu, 26 Nov 2009 16:53:18 +0000
Subject: [PATCH] SPR-6447 + add more clarifications

---
 src/main/webapp/META-INF/context.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/webapp/META-INF/context.xml b/src/main/webapp/META-INF/context.xml
index d5deabaf..89e3be4b 100644
--- a/src/main/webapp/META-INF/context.xml
+++ b/src/main/webapp/META-INF/context.xml
@@ -1,4 +1,5 @@
 <!-- Tomcat context descriptor used for specifying a custom ClassLoader -->
+<!-- Useful for allowing web-app wide (as opposed to VM or container wide) class instrumentation -->
 <Context path="/petclinic" reloadable="false">
 	<!-- please note that useSystemClassLoaderAsParent is available since Tomcat 5.5.20 / remove if previous versions are being used -->
 	<!--  
-- 
GitLab