You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-instrument-tomcat/src/main/java/org/springframework/instrument/classloading/tomcat/TomcatInstrumentableClassLoader.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@
30
30
* to loaded classes without the need to use a VM-wide agent.
31
31
*
32
32
* <p>To be registered using a
33
-
* {@code <a href="http://tomcat.apache.org/tomcat-6.0-doc/config/loader.html">Loader</a>} tag
34
-
* in Tomcat's {@code <a href="http://tomcat.apache.org/tomcat-6.0-doc/config/context.html">Context</a>}
33
+
* <a href="http://tomcat.apache.org/tomcat-6.0-doc/config/loader.html">{@code Loader}</a> tag
34
+
* in Tomcat's <a href="http://tomcat.apache.org/tomcat-6.0-doc/config/context.html">{@code Context}</a>
35
35
* definition in the {@code server.xml} file, with the Spring-provided "spring-instrument-tomcat.jar"
36
36
* file deployed into Tomcat's "lib" directory. The required configuration tag looks as follows:
0 commit comments