Re: removeValve() in Container object

2014-04-17 Thread Mark Thomas
On 17/04/2014 19:15, Joaquin Obieta wrote: > The Tomcat 7 ContainerBase object still has references to removeValve, but > not the method. The Tomcat 6 documentation has the method explicitly defined: > > https://tomcat.apache.org/tomcat-6.0-doc/api/org/apache/catalina/core/ContainerBase.html >

removeValve() in Container object

2014-04-17 Thread Joaquin Obieta
We are upgrading a solution to Tomcat 7 and have run into several challenges in dealing with the Tomcat context. We've overcome how to retrieve the context object, but are currently struggling with a replacement for the "removeValve()" method. In Tomcat 6, that method was inherited by StandardC