RE: custom valve help ???

2005-09-02 Thread Bovy, Stephen J
Are there any good tutorials or how-to documents for using and writing a custom valve for tomcat ??? Stephen Bovy Computer Associates 6100 Center Drive Suite 700 Los Angeles, CA 90045 Tel: (310) 957-3930 Fax: (310) 957-3917 e-mail: [EMAIL PROTECTED]

Re: custom valve help ???

2005-09-02 Thread Len Popp
If you consider source code to be a tutorial, you can look at the classes in org.apache.catalina.valves. RemoteAddrValve and RequestDumperValve are quite simple and easy to understand. -- Len On 9/2/05, Bovy, Stephen J [EMAIL PROTECTED] wrote: Are there any good tutorials or how-to documents