Re: Custom Realm & ClassLoader issues?

2001-12-12 Thread Craig R. McClanahan
On 4 Dec 2001, Scott Ganyo wrote: > Date: 04 Dec 2001 17:06:41 -0500 > From: Scott Ganyo <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Custom Realm & ClassLoader issues? > &

Custom Realm & ClassLoader issues?

2001-12-04 Thread Scott Ganyo
Hi all, I've written a custom Realm that I'm attempting to use for authentication under Tomcat 4.0. Within that class I'm using JavaSpaces to do the messaging to the authentication service that I wrote. Each piece works independantly, but together they are failing. What happens is this: 1. Re