diff --git a/src/main/webapp/META-INF/context.xml b/src/main/webapp/META-INF/context.xml index d5deabaf701f03c27f6346e0cc375876778aefc0..89e3be4bd4f4d0d58eb9476b8296c3c7f694852f 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 --> <!--