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 wrote: > 2012/3/5 Olivier Lamy : >> 2012/3/4 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 defi

Re: Maven and dependencies for $CATALINA/lib

2012-03-05 Thread Olivier Lamy
2012/3/5 Olivier Lamy : > 2012/3/4 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

Re: Maven and dependencies for $CATALINA/lib

2012-03-05 Thread Olivier Lamy
2012/3/4 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 depen

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 I'