Re: Probably a simple problem with an equally simple solution...

2001-07-10 Thread Craig R. McClanahan
On Mon, 9 Jul 2001, Kedar Hirve wrote: I was trying to develop my own valve to plug into Catalina, but running into some problems. I wrote up a little class that implements Valve and has empty code for getInfo() and invoke(). I put it in its own package called valvetest, compiled it

Probably a simple problem with an equally simple solution...

2001-07-09 Thread Kedar Hirve
I was trying to develop my own valve to plug into Catalina, but running into some problems. I wrote up a little class that implements Valve and has empty code for getInfo() and invoke(). I put it in its own package called valvetest, compiled it just fine, put that folder with the class in

Re: Probably a simple problem with an equally simple solution...

2001-07-09 Thread Remy Maucherat
Quoting Kedar Hirve [EMAIL PROTECTED]: I was trying to develop my own valve to plug into Catalina, but running into some problems. I wrote up a little class that implements Valve and has empty code for getInfo() and invoke(). I put it in its own package called valvetest, compiled it