RE: My small, simple problem continued... (null container for my valve)

2001-07-10 Thread Kedar Hirve
in-order, rather than pre-order? One odd question, though...when IS the invoke method of a valve called? -KSH -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 5:57 PM To: [EMAIL PROTECTED] Subject: Re: My small, simple problem continued... (null

RE: My small, simple problem continued... (null container for my valve)

2001-07-10 Thread Kedar Hirve
Forget the last question. I'm finding that I'm rising to new levels of stupidity. :)

RE: My small, simple problem continued... (null container for my valve)

2001-07-10 Thread Craig R. McClanahan
will flow through your Valve, but no request for any other webapp. -KSH Craig -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 5:57 PM To: [EMAIL PROTECTED] Subject: Re: My small, simple problem continued... (null container for my valve

My small, simple problem continued... (null container for my valve)

2001-07-09 Thread Kedar Hirve
Oh, WOW. It did work, and I didn't even have to modify Catalina's startup classpath. I had tried putting the class under common\lib and server\lib, but I didn't know that common\classes would work. But now I've got another problem... Again, I have this barebones valve class I wrote, and I've

Re: My small, simple problem continued... (null container for my valve)

2001-07-09 Thread Remy Maucherat
Oh, WOW. It did work, and I didn't even have to modify Catalina's startup classpath. I had tried putting the class under common\lib and server\lib, but I didn't know that common\classes would work. But now I've got another problem... In the lib folders, you can only put jars. Un-jarred

RE: My small, simple problem continued... (null container for my valve)

2001-07-09 Thread Kedar Hirve
Maucherat [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 5:57 PM To: [EMAIL PROTECTED] Subject: Re: My small, simple problem continued... (null container for my valve) Does your valve extend ValveBase or implement Contained ? Remy