Realm instance within webapp

2005-04-09 Thread Graeme Pyle
Hello, Can I put my Realm subclass within my webapp instead of inside Tomcat's lib directories somehow? My custom Realm subclass uses other classes within my webapp, so I'm finding I have to include more and more of my webapp within the Tomcat lib directories - not very nice at all :-( Or am

Re: Realm instance within webapp

2005-04-09 Thread Mark Thomas
Graeme Pyle wrote: Hello, Can I put my Realm subclass within my webapp instead of inside Tomcat's lib directories somehow? No. Realms require access to Tomcat internals in order to work. My custom Realm subclass uses other classes within my webapp, so I'm finding I have to include more and more