The abstract base class org.apache.catalina.valves.ValveBase makes it
easy to implement a Valve. See the Tomcat 6 javadocs. Also, there are
several valves that you can look at in the Tomcat source code, such as
org.apache.catalina.valves.AccessLogValve.
-- 
Len

On Mon, Mar 10, 2008 at 7:41 AM, amit kumar <[EMAIL PROTECTED]> wrote:
> We intend to develop tomcat valves specific to our product, I found
>  information about APIs available and samples from the internet and book.
>  But I am not able to locate any material over internet or in books for the
>  Tomcat 6. It looks like the valve development specific classes have been
>  refactored/restructured. Could someone please guide on the same.
>
>  Regards,
>  Amit
>  On Thu, Mar 6, 2008 at 5:30 PM, Konstantin Kolinko <[EMAIL PROTECTED]>
>  wrote:
>
>
>
>  > And also there is
>  > http://tomcat.apache.org/migration.html
>  >
>  > > >
>  > >  > Is there any documentation available where I can read about
>  > >  > all the changes that has happened from TC 5 to TC6.
>  > >
>  > >
>  > > http://tomcat.apache.org/tomcat-6.0-doc/changelog.html
>  > >
>  >
>  > ---------------------------------------------------------------------
>  > To start a new topic, e-mail: users@tomcat.apache.org
>  > To unsubscribe, e-mail: [EMAIL PROTECTED]
>  > For additional commands, e-mail: [EMAIL PROTECTED]
>  >
>  >
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to