Re: Maven and dependencies for $CATALINA/lib

2012-03-05 Thread James Apfel
Your change fixed it. Thanks! On Mon, Mar 5, 2012 at 9:42 AM, Olivier Lamy ol...@apache.org wrote: 2012/3/5 Olivier Lamy ol...@apache.org: 2012/3/4 James Apfel james.ap...@gmail.com: Hi, I'm working on a project that requires me to replace Tomcat's SessionManager. I've created a src/main

Maven and dependencies for $CATALINA/lib

2012-03-04 Thread James Apfel
Hi, I'm working on a project that requires me to replace Tomcat's SessionManager. I've created a src/main/webapp/META-INF/context.xml (it defines the custom Manager) and I've edited my Maven pom file to include the requires JARs in the tomcat6-maven-plugin's dependencies section (see below) but