Skip to content
Snippets Groups Projects
Commit a7ae7df3 authored by Costin Leau's avatar Costin Leau Committed by Mic
Browse files

+ upgrade to AJ 1.6.8

+ add dedicated section for Tomcat 5.5 and Tomcat 6 LTW setup (so it's clearer)
parent 84455ff3
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<version>1.0.0-SNAPSHOT</version> <version>1.0.0-SNAPSHOT</version>
<properties> <properties>
<spring.version>3.0.0.RELEASE</spring.version> <spring.version>3.0.0.RELEASE</spring.version>
<slf4j.version>1.5.10</slf4j.version> <slf4j.version>1.5.6</slf4j.version>
</properties> </properties>
<dependencies> <dependencies>
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<dependency> <dependency>
<groupId>org.aspectj</groupId> <groupId>org.aspectj</groupId>
<artifactId>com.springsource.org.aspectj.weaver</artifactId> <artifactId>com.springsource.org.aspectj.weaver</artifactId>
<version>1.6.5.RELEASE</version> <version>1.6.8.RELEASE</version>
</dependency> </dependency>
<!-- Logging --> <!-- Logging -->
......
<!-- Tomcat context descriptor used for specifying a custom ClassLoader --> <!-- Tomcat context descriptor used for specifying a custom ClassLoader -->
<!-- Useful for allowing web-app wide (as opposed to VM or container wide) class instrumentation --> <!-- Useful for allowing web-app wide (as opposed to VM or container wide) class instrumentation -->
<Context path="/petclinic" reloadable="false"> <Context path="/petclinic" reloadable="false">
<!-- please note that useSystemClassLoaderAsParent is available only in Tomcat 5.5.x since Tomcat 5.5.20. Remove it if Tomcat 6 is used --> <!-- Tomcat 6.x or higher -->
<!-- <!--
<Loader loaderClass="org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader"/>
-->
<!-- Tomcat 5.5.x (higher then 5.5.20) -->
<!--
<Loader loaderClass="org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader" useSystemClassLoaderAsParent="false"/> <Loader loaderClass="org.springframework.instrument.classloading.tomcat.TomcatInstrumentableClassLoader" useSystemClassLoaderAsParent="false"/>
--> -->
</Context> </Context>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment